pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 11 Apr 2022 11:49:05 +0000 (14:49 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 14 Apr 2022 18:44:58 +0000 (21:44 +0300)
commit954445c72fc75823b23c7046a9790e55dcf4f7f1
tree28a99d8b2ac2019b6f2060ead7953b0b984aa128
parent0173ce55e50800a1a59dddcb972fe459cff0fee4
pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get()

The node is taken from the device pointer, which is supplied as a parameter,
hence no need to have a separate parameter for node. Drop redundant node
parameter in samsung_banks_of_node_get().

While at it, drop "of_" part in the samsung_banks_of_node_get() and
samsung_banks_of_node_put() function names to avoid additional churn
in the next changes.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/pinctrl/samsung/pinctrl-samsung.c