]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: pic32: change all cases of bare 'unsigned' to 'unsigned int'
authorBrian Masney <bmasney@redhat.com>
Sun, 22 Feb 2026 23:33:29 +0000 (18:33 -0500)
committerLinus Walleij <linusw@kernel.org>
Tue, 24 Feb 2026 09:25:19 +0000 (10:25 +0100)
commitf10f6fca875e8360de7dd40652f5076234ea7a9d
tree1320fe6afbb9ba416a9d89649a8e03c71df2abd4
parentaf5e323bd9a94756c5b2b4e200d0232cf85431cd
pinctrl: pic32: change all cases of bare 'unsigned' to 'unsigned int'

Address the following warning from checkpatch.pl:

    WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Fixes: 2ba384e6c3810 ("pinctrl: pinctrl-pic32: Add PIC32 pin control driver")
Signed-off-by: Brian Masney <bmasney@redhat.com>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinctrl-pic32.c