Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127245
b: refs/heads/master
c: bb9496c
h: refs/heads/master
i:
  127243: c60a812
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent b5836bd commit 22fb9e0
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: 785895ff1fedddd09576d2c600d90404fef6506c
refs/heads/master: bb9496c6f7e853e5d4edd5397c9d45f1968d623c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/epautoconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ep_matches (
/* report address */
desc->bEndpointAddress &= USB_DIR_IN;
if (isdigit (ep->name [2])) {
u8 num = simple_strtol (&ep->name [2], NULL, 10);
u8 num = simple_strtoul (&ep->name [2], NULL, 10);
desc->bEndpointAddress |= num;
#ifdef MANY_ENDPOINTS
} else if (desc->bEndpointAddress & USB_DIR_IN) {
Expand Down

0 comments on commit 22fb9e0

Please sign in to comment.