Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281077
b: refs/heads/master
c: a75311d
h: refs/heads/master
i:
  281075: d50fc15
v: v3
  • Loading branch information
Ken O'Brien authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent a9b66b3 commit beb14e0
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: 67d6baa401e2485f6d12658b836befe1df247a04
refs/heads/master: a75311dcb8aa871051e07dad5bed74d6de2a6e69
2 changes: 1 addition & 1 deletion trunk/drivers/staging/frontier/tranzport.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ 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); \
unsigned long temp; \
if (strict_strtoul(buf, 10, &temp)) \
if (kstrtoul(buf, 10, &temp)) \
return -EINVAL; \
t->value = temp; \
return count; \
Expand Down

0 comments on commit beb14e0

Please sign in to comment.