]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: pinctrl-pic32: Use devres version of gpiochip_add_data()
authorEthan Tidmore <ethantidmore06@gmail.com>
Fri, 27 Feb 2026 21:56:24 +0000 (15:56 -0600)
committerLinus Walleij <linusw@kernel.org>
Mon, 2 Mar 2026 10:15:57 +0000 (11:15 +0100)
commitf08061d267d2061f64d514c1ecbe441a063a6fad
tree425feb8b6d2b0726eb585dea9f70b22cbff8ccf2
parentfe5560688f3ba98364c7de7b4f8dc240ffd1ff75
pinctrl: pinctrl-pic32: Use devres version of gpiochip_add_data()

Convert gpiochip_add_data() to devm_gpiochip_add_data() to use devres
style cleanup across entire driver.

Suggested-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Ethan Tidmore <ethantidmore06@gmail.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinctrl-pic32.c