]> git.baikalelectronics.ru Git - kernel.git/commit
staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' field
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Thu, 28 Jun 2018 19:03:03 +0000 (21:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2018 15:33:43 +0000 (17:33 +0200)
commit935b239cefaa116ae5e47fd697b681ca514f538b
tree126aee9fc86b93d745fb2bb66fb5476a9829ce2c
parentea6a982706ad77761d629bcebd054ec9545b9418
staging: mt7621-pinctrl: replace uint8_t type with u8 for 'gpio' field

Struct 'rt2880_priv' contains a field 'gpio' which is defined
as uint8_t and should be defined with 'u8' which is preferred.
Update some cast along the code related with this new change.

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