pinctrl: intel: Missed type change to unsigned int
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 6 Nov 2019 14:39:48 +0000 (16:39 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 7 Nov 2019 09:10:02 +0000 (11:10 +0200)
commit11b389cc05bf70b54e9154aa8ad034aa09111af5
tree17ae566141fe86ff84acba2905d5d94180dedc33
parentc9ccf71fc8073b8d3a484751585088ff14c8d762
pinctrl: intel: Missed type change to unsigned int

We converted 'unsigned' type to be 'unsigned int' in the driver,
but there are couple of leftovers. So, finish the task now.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-intel.c