Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303571
b: refs/heads/master
c: d86938f
h: refs/heads/master
i:
  303569: 87ee4b9
  303567: 3b16208
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 20, 2012
1 parent cb94877 commit 13d5a76
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: 2b8dec323d3409308817820247222806d0356cdf
refs/heads/master: d86938fb63a9189cedfd3509cafc4b1def68703d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/line6/toneport.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static int toneport_send_cmd(struct usb_device *usbdev, int cmd1, int cmd2)
cmd1, cmd2, NULL, 0, LINE6_TIMEOUT * HZ);

if (ret < 0) {
err("send failed (error %d)\n", ret);
dev_err(&usbdev->dev, "send failed (error %d)\n", ret);
return ret;
}

Expand Down

0 comments on commit 13d5a76

Please sign in to comment.