mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
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>
This commit is contained in:
parent
6f7b0bad88
commit
2224f2ff96
@ -42,8 +42,8 @@
|
||||
|
||||
struct ns2_led_data {
|
||||
struct led_classdev cdev;
|
||||
unsigned cmd;
|
||||
unsigned slow;
|
||||
unsigned int cmd;
|
||||
unsigned int slow;
|
||||
bool can_sleep;
|
||||
unsigned char sata; /* True when SATA mode active. */
|
||||
rwlock_t rw_lock; /* Lock GPIOs. */
|
||||
|
Loading…
Reference in New Issue
Block a user