Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311157
b: refs/heads/master
c: 1b84873
h: refs/heads/master
i:
  311155: 5b02d97
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 12, 2012
1 parent 519da89 commit 8a09ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 08224262adefb5e6460888b2490a96e1bc28aef5
refs/heads/master: 1b8487368bb0acedf23e226974b63aaaf2bfddbd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/vhci_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static int vhci_hub_status(struct usb_hcd *hcd, char *buf)
int retval = 0;

/* the enough buffer is allocated according to USB_MAXCHILDREN */
u32 *event_bits = (unsigned long *) buf;
unsigned long *event_bits = (unsigned long *) buf;
int rhport;
int changed = 0;

Expand Down

0 comments on commit 8a09ffd

Please sign in to comment.