gpiolib: Get rid of devprop prefix in one function
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 9 Mar 2023 18:56:00 +0000 (20:56 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 15 Mar 2023 09:40:51 +0000 (10:40 +0100)
commit0c5ebb4c03308c0a544b5c1e0a33f0a63c40bc7e
tree7fa5069b72a233d071ffae62861f3c129f4db9c3
parentcf67efd1ae74a7448084b8f167f7feaf99513957
gpiolib: Get rid of devprop prefix in one function

The devprop prefix in the devprop_gpiochip_set_names() adds confusion.
Get rid of it.

Note we have more than one function in the same module that handles
one or more device properties. This change will unify the naming schema
for all of them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib.c