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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 459915f commit 0ebb1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)