]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpiolib: swnode: Unify return code variable name
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 19 Aug 2024 14:28:57 +0000 (17:28 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 20 Aug 2024 08:22:38 +0000 (10:22 +0200)
commite42fce0ff99658b5b43e8dae4f7acc43d38a00ef
tree298e79d7ee19f1af30c2b4e1e2fd0b1a7092bdce
parentef3d4b94d2d88b160887ff9ca737a5f8ec101579
gpiolib: swnode: Unify return code variable name

In one case 'ret' is used in the other 'error'. Make the latter
use the former, i.e. 'ret'.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240819142945.327808-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib-swnode.c