Browse Source

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>
Valentin Vidic 7 years ago
parent
commit
211c282061
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/pi433/pi433_if.c

+ 1 - 1
drivers/staging/pi433/pi433_if.c

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