]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: apple: Use unsigned int instead of unsigned
authorLinus Walleij <linusw@kernel.org>
Mon, 12 Jan 2026 10:20:31 +0000 (11:20 +0100)
committerLinus Walleij <linusw@kernel.org>
Tue, 13 Jan 2026 10:22:20 +0000 (11:22 +0100)
commit7b9a9cafc4437b8f3be3bd05f0fb39935760a570
treeee1c0955f2e6d0624c4f4ceacacba832486c12f0
parent608c8030d32254917bee136234948f5f02221d0f
pinctrl: apple: Use unsigned int instead of unsigned

It is discouraged to use the ambiguous "unsigned" type, use
explicit unsigned int in the driver.

Reviewed-by: Sven Peter <sven@kernel.org>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinctrl-apple-gpio.c