Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36698
b: refs/heads/master
c: 54bee6e
h: refs/heads/master
v: v3
  • Loading branch information
Mikael Pettersson authored and Greg Kroah-Hartman committed Sep 28, 2006
1 parent c057698 commit 68a2763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a14848275b04f3193b9d9e9c745a4fae37f11f2f
refs/heads/master: 54bee6e1b455573658972510a76119f279db32b7
3 changes: 2 additions & 1 deletion trunk/drivers/usb/core/hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ static int rh_call_control (struct usb_hcd *hcd, struct urb *urb)
struct usb_ctrlrequest *cmd;
u16 typeReq, wValue, wIndex, wLength;
u8 *ubuf = urb->transfer_buffer;
u8 tbuf [sizeof (struct usb_hub_descriptor)];
u8 tbuf [sizeof (struct usb_hub_descriptor)]
__attribute__((aligned(4)));
const u8 *bufp = tbuf;
int len = 0;
int patch_wakeup = 0;
Expand Down

0 comments on commit 68a2763

Please sign in to comment.