staging: pi433: replace unsigned with unsigned int

Fixes checkpatch warning:

  WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Valentin Vidic 2017-12-19 15:56:20 +01:00 committed by Greg Kroah-Hartman
parent 83e3e2ef74
commit 211c282061

View file

@ -78,7 +78,7 @@ struct pi433_device {
struct device *dev;
struct cdev *cdev;
struct spi_device *spi;
unsigned users;
unsigned int users;
/* irq related values */
struct gpio_desc *gpiod[NUM_DIO];