Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196927
b: refs/heads/master
c: b9eafe4
h: refs/heads/master
i:
  196925: cc45376
  196923: fb0deda
  196919: 670199c
  196911: ed0f131
  196895: bf1bbcd
  196863: 85dcddb
v: v3
  • Loading branch information
Eli Lindsey authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 7661b3e commit 167d7f5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 69121fa8dc596a574a6c652c1717861eacc8dd8b
refs/heads/master: b9eafe438051f4dfde53227e609c932642d6dc8f
4 changes: 3 additions & 1 deletion trunk/drivers/staging/frontier/tranzport.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ static void usb_tranzport_abort_transfers(struct usb_tranzport *dev)
{ \
struct usb_interface *intf = to_usb_interface(dev); \
struct usb_tranzport *t = usb_get_intfdata(intf); \
int temp = simple_strtoul(buf, NULL, 10); \
unsigned long temp; \
if (strict_strtoul(buf, 10, &temp)) \
return -EINVAL; \
t->value = temp; \
return count; \
} \
Expand Down

0 comments on commit 167d7f5

Please sign in to comment.