Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317050
b: refs/heads/master
c: f9943c2
h: refs/heads/master
v: v3
  • Loading branch information
Ben Minerds authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 89ad821 commit 187bbdf
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: 878b5fd690acba94f3e9b053f0281f273237ce3a
refs/heads/master: f9943c2596c76e6d5c032d13edb735a73b0cc582
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ static int keyspan_fake_startup(struct usb_serial *serial)

if (request_ihex_firmware(&fw, fw_name, &serial->dev->dev)) {
dev_err(&serial->dev->dev, "Required keyspan firmware image (%s) unavailable.\n", fw_name);
return(1);
return 1;
}

dbg("Uploading Keyspan %s firmware.", fw_name);
Expand Down

0 comments on commit 187bbdf

Please sign in to comment.