diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/hcd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index e86f62957085..0d5cbf254e5e 100644 --- a/drivers/usb/core/hcd.c +++ b/drivers/usb/core/hcd.c | |||
@@ -345,7 +345,8 @@ static int rh_call_control (struct usb_hcd *hcd, struct urb *urb) | |||
345 | struct usb_ctrlrequest *cmd; | 345 | struct usb_ctrlrequest *cmd; |
346 | u16 typeReq, wValue, wIndex, wLength; | 346 | u16 typeReq, wValue, wIndex, wLength; |
347 | u8 *ubuf = urb->transfer_buffer; | 347 | u8 *ubuf = urb->transfer_buffer; |
348 | u8 tbuf [sizeof (struct usb_hub_descriptor)]; | 348 | u8 tbuf [sizeof (struct usb_hub_descriptor)] |
349 | __attribute__((aligned(4))); | ||
349 | const u8 *bufp = tbuf; | 350 | const u8 *bufp = tbuf; |
350 | int len = 0; | 351 | int len = 0; |
351 | int patch_wakeup = 0; | 352 | int patch_wakeup = 0; |