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)
commit0c106a23d6927533df560bce7096454b0c228833
treec6a8fe825f37297fc5ae00f37f54974c7632425c
parent532e762d51d06291e3c40d5f7be8e42dce3b3d05
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