Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311156
b: refs/heads/master
c: 0822426
h: refs/heads/master
v: v3
  • Loading branch information
Bart Westgeest authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 5b02d97 commit 519da89
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: 78b10615ad295393a7d66ea57218171c0a07c059
refs/heads/master: 08224262adefb5e6460888b2490a96e1bc28aef5
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 */
unsigned long *event_bits = (unsigned long *) buf;
u32 *event_bits = (unsigned long *) buf;
int rhport;
int changed = 0;

Expand Down

0 comments on commit 519da89

Please sign in to comment.