]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: realtek: Switch to use devm functions
authorYu-Chun Lin <eleanor.lin@realtek.com>
Fri, 6 Mar 2026 07:52:33 +0000 (15:52 +0800)
committerLinus Walleij <linusw@kernel.org>
Tue, 10 Mar 2026 09:25:24 +0000 (10:25 +0100)
commitb7f698b22b8be5e25839d2dcfc6a6889c9ef196b
treedf2c2711faf17c65d197d2af442d95b7c29ceea1
parent6a6b238c66dc69cd784baf03b170c50f7e5f24d9
pinctrl: realtek: Switch to use devm functions

Simplify the probe() function by switching to devm-managed versions of
ioremap and pinctrl registration.

Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/realtek/pinctrl-rtd.c