diff options
Diffstat (limited to 'sound/usb/quirks.c')
-rw-r--r-- | sound/usb/quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 7d7ad0b0620e..5325a3869bb7 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c | |||
@@ -533,7 +533,7 @@ static int snd_usb_mbox2_boot_quirk(struct usb_device *dev) | |||
533 | { | 533 | { |
534 | struct usb_host_config *config = dev->actconfig; | 534 | struct usb_host_config *config = dev->actconfig; |
535 | int err; | 535 | int err; |
536 | u8 bootresponse[12]; | 536 | u8 bootresponse[0x12]; |
537 | int fwsize; | 537 | int fwsize; |
538 | int count; | 538 | int count; |
539 | 539 | ||