diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/atm/ueagle-atm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c index 29094574c426..428f36801e06 100644 --- a/drivers/usb/atm/ueagle-atm.c +++ b/drivers/usb/atm/ueagle-atm.c | |||
@@ -535,8 +535,8 @@ struct intr_pkt { | |||
535 | 535 | ||
536 | static struct usb_driver uea_driver; | 536 | static struct usb_driver uea_driver; |
537 | static DEFINE_MUTEX(uea_mutex); | 537 | static DEFINE_MUTEX(uea_mutex); |
538 | static const char *chip_name[] = {"ADI930", "Eagle I", "Eagle II", "Eagle III", | 538 | static const char * const chip_name[] = { |
539 | "Eagle IV"}; | 539 | "ADI930", "Eagle I", "Eagle II", "Eagle III", "Eagle IV"}; |
540 | 540 | ||
541 | static int modem_index; | 541 | static int modem_index; |
542 | static unsigned int debug; | 542 | static unsigned int debug; |