Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104606
b: refs/heads/master
c: 3b36a8f
h: refs/heads/master
v: v3
  • Loading branch information
Benny Halevy authored and Greg Kroah-Hartman committed Jul 21, 2008
1 parent 789c587 commit 3d0cc32
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: 397f519a0d771a6bddbcd71a31da6880e81c2e6b
refs/heads/master: 3b36a8fd67774867536f138035823ea9fb1b9566
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/keyspan_pda.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int keyspan_pda_get_modem_info(struct usb_serial *serial,
3, /* get pins */
USB_TYPE_VENDOR|USB_RECIP_INTERFACE|USB_DIR_IN,
0, 0, &data, 1, 2000);
if (rc > 0)
if (rc >= 0)
*value = data;
return rc;
}
Expand Down

0 comments on commit 3d0cc32

Please sign in to comment.