Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317745
b: refs/heads/master
c: 336cab9
h: refs/heads/master
i:
  317743: f1d8e08
v: v3
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent afd0eac commit d1cb184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8d6b7f7c9b3c346f2fef496827c3fbbc2ebef1a9
refs/heads/master: 336cab9afa2567fd41d2813d3f0f9249371219cb
4 changes: 2 additions & 2 deletions trunk/drivers/staging/line6/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ static ssize_t pod_set_param_int(struct device *dev, const char *buf,
{
struct usb_interface *interface = to_usb_interface(dev);
struct usb_line6_pod *pod = usb_get_intfdata(interface);
unsigned long value;
u8 value;
int retval;

retval = strict_strtoul(buf, 10, &value);
retval = kstrtou8(buf, 10, &value);
if (retval)
return retval;

Expand Down

0 comments on commit d1cb184

Please sign in to comment.