]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
device property: rename helper functions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Nov 2015 15:11:30 +0000 (17:11 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Dec 2015 01:29:22 +0000 (02:29 +0100)
commit61f5e294b89a90e8520c9eaf9a4af787db8911ea
tree8b53f2130f0097646d84395329266cd725b1d863
parente3f9e299bf94298ddd8beb63c0786a4d7766dc86
device property: rename helper functions

To be in align with the rest of fwnode types we rename the built-in property
set ones, i.e.
is_pset() -> is_pset_node()
to_pset() -> to_pset_node()

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/property.c