diff options
Diffstat (limited to 'drivers/usb/atm/speedtch.c')
-rw-r--r-- | drivers/usb/atm/speedtch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/atm/speedtch.c b/drivers/usb/atm/speedtch.c index b28336148658..c1b47d74e206 100644 --- a/drivers/usb/atm/speedtch.c +++ b/drivers/usb/atm/speedtch.c | |||
@@ -532,9 +532,9 @@ static void speedtch_handle_int(struct urb *int_urb, struct pt_regs *regs) | |||
532 | int ret = int_urb->status; | 532 | int ret = int_urb->status; |
533 | 533 | ||
534 | /* The magic interrupt for "up state" */ | 534 | /* The magic interrupt for "up state" */ |
535 | const static unsigned char up_int[6] = { 0xa1, 0x00, 0x01, 0x00, 0x00, 0x00 }; | 535 | static const unsigned char up_int[6] = { 0xa1, 0x00, 0x01, 0x00, 0x00, 0x00 }; |
536 | /* The magic interrupt for "down state" */ | 536 | /* The magic interrupt for "down state" */ |
537 | const static unsigned char down_int[6] = { 0xa1, 0x00, 0x00, 0x00, 0x00, 0x00 }; | 537 | static const unsigned char down_int[6] = { 0xa1, 0x00, 0x00, 0x00, 0x00, 0x00 }; |
538 | 538 | ||
539 | atm_dbg(usbatm, "%s entered\n", __func__); | 539 | atm_dbg(usbatm, "%s entered\n", __func__); |
540 | 540 | ||