Message ID | 20190905173655.5621-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 410f25de467ee94c1a577c6ee7370c37b376c17c |
Headers | show |
Series | input: sidewinder: make array seq static const, makes object smaller | expand |
diff --git a/drivers/input/joystick/sidewinder.c b/drivers/input/joystick/sidewinder.c index 0284da874a2b..1777e68c9f02 100644 --- a/drivers/input/joystick/sidewinder.c +++ b/drivers/input/joystick/sidewinder.c @@ -223,7 +223,7 @@ static __u64 sw_get_bits(unsigned char *buf, int pos, int num, char bits) static void sw_init_digital(struct gameport *gameport) { - int seq[] = { 140, 140+725, 140+300, 0 }; + static const int seq[] = { 140, 140+725, 140+300, 0 }; unsigned long flags; int i, t;