Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185274
b: refs/heads/master
c: 4357369
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 3dbd586 commit 4d71d38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 551cdbbeb118bd5ed301f8749aef69219284399b
refs/heads/master: 4357369d024c709d91864af88f02d7ac08d0f470
5 changes: 2 additions & 3 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,10 +1193,9 @@ static int read_latency_timer(struct usb_serial_port *port)
0, priv->interface,
(char *) &latency, 1, WDR_TIMEOUT);

if (rv < 0) {
if (rv < 0)
dev_err(&port->dev, "Unable to read latency timer: %i\n", rv);
return -EIO;
} else
else
priv->latency = latency;
return rv;
}
Expand Down

0 comments on commit 4d71d38

Please sign in to comment.