Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

leds: ns2: Change unsigned to unsigned int

Use unsigned int, because it's preferred to unsigned.

Signed-off-by: Kitone Elvis Peter <elviskitone@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>

authored by

Kitone Elvis Peter and committed by
Jacek Anaszewski
2224f2ff 6f7b0bad

+2 -2
+2 -2
drivers/leds/leds-ns2.c
··· 42 42 43 43 struct ns2_led_data { 44 44 struct led_classdev cdev; 45 - unsigned cmd; 46 - unsigned slow; 45 + unsigned int cmd; 46 + unsigned int slow; 47 47 bool can_sleep; 48 48 unsigned char sata; /* True when SATA mode active. */ 49 49 rwlock_t rw_lock; /* Lock GPIOs. */