Skip to content

Commit 0ebb1e9

Browse files
javiercarrascocruzkrzk
authored andcommitted
pinctrl: samsung: update child reference drop comment
Commit 954445c ("pinctrl: samsung: Drop redundant node parameter in samsung_banks_of_node_get()") modified the name of the function used to release child nodes from samsung_drop_banks_of_node() to samsung_banks_node_put(). Update the comment to use the current function name. Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://lore.kernel.org/r/20241106-samsung-pinctrl-put-v1-2-de854e26dd03@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 459915f commit 0ebb1e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/samsung/pinctrl-samsung.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ static void samsung_banks_node_get(struct device *dev, struct samsung_pinctrl_dr
11721172
else
11731173
dev_warn(dev, "Missing node for bank %s - invalid DTB\n",
11741174
bank->name);
1175-
/* child reference dropped in samsung_drop_banks_of_node() */
1175+
/* child reference dropped in samsung_banks_node_put() */
11761176
}
11771177
}
11781178

0 commit comments

Comments
 (0)