]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
staging: mt7621-gpio: prefer unsigned int to bare unsigned
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 2 Apr 2018 05:23:12 +0000 (07:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:33:20 +0000 (15:33 +0200)
commitb9c7648ef7fb8572d0d9fd238789119e25520f7c
treef911050cec1671a1a81f2dea93d24bd36687c79c
parentc4c11ae8e4b9ec4ec9172726af67737818044a6a
staging: mt7621-gpio: prefer unsigned int to bare unsigned

This commit replaces some bare unsigned definitions in some
function parameters in favour of 'unsigned int' which is
preferred.

This also fix checkpatch warnings about this.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-gpio/gpio-mt7621.c