Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75597
b: refs/heads/master
c: a5569a5
h: refs/heads/master
i:
  75595: 81fa824
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jan 22, 2008
1 parent 5a53dfa commit e2757cd
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: 1fc3858a6358400195c067f8726cf3c86a180d80
refs/heads/master: a5569a565f7315fe7241cf963f2cc74e53871e11
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ static void usa26_indat_callback(struct urb *urb)

port = (struct usb_serial_port *) urb->context;
tty = port->tty;
if (urb->actual_length) {
if (tty && urb->actual_length) {
/* 0x80 bit is error flag */
if ((data[0] & 0x80) == 0) {
/* no errors on individual bytes, only possible overrun err*/
Expand Down

0 comments on commit e2757cd

Please sign in to comment.