OSDN Git Service

staging: mt7621-pinctrl: replace 'unsigned' types with 'unsigned int'
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 8 Jun 2018 12:16:32 +0000 (14:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 12:46:05 +0000 (21:46 +0900)
commitc3de99239efd15d956c0f2b8475f6670f6f69b7b
tree56056b6dd610b4c7226391d50bd82dd0296ce222
parent3b20b0037a59c2344696eebb076f5bad12dd72e0
staging: mt7621-pinctrl: replace 'unsigned' types with 'unsigned int'

This commit replaces all 'unsigned' type declarations along
the driver code in favour of the preferred one 'unsigned int'.
This also silence checkpatch script warnings about this issue.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c