]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pch: changed every 'unsigned' to 'unsigned int'
authorAbanoub Sameh <abanoubsameh8@gmail.com>
Tue, 21 Jul 2020 14:50:45 +0000 (16:50 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 21 Jul 2020 16:12:57 +0000 (19:12 +0300)
commitfecbae17871ab7caca6623342d180c0c6a154d0e
treec6a8fe825f37297fc5ae00f37f54974c7632425c
parent05f95da8b2a39308e12b91e456d8a3c5f91bb687
gpio: pch: changed every 'unsigned' to 'unsigned int'

Changed 'unsigned' to 'unsigned int'.
This makes the code more uniform, and compliant with the kernel coding style.

Signed-off-by: Abanoub Sameh <abanoubsameh@protonmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-pch.c