gpio: pcf857x: Replace 'unsigned' with 'unsigned int'
authorRadu Rendec <radu.rendec@gmail.com>
Fri, 6 Jan 2023 16:04:17 +0000 (11:04 -0500)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 30 Jan 2023 14:55:29 +0000 (15:55 +0100)
commit4628cb0d8e0639e13a36af96f99a0f26dec42d99
tree32fd22facdb0080f213a04abdae8dab469a73717
parent0c27537ad07c178bb2023f1e4e5c49cfcb1a3747
gpio: pcf857x: Replace 'unsigned' with 'unsigned int'

Cosmetic change only to improve the coding style. No functional change,
since 'unsigned' and 'unsigned int' are identical as far as the compiler
is concerned.

Signed-off-by: Radu Rendec <radu.rendec@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-pcf857x.c