Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235368
b: refs/heads/master
c: 6960f40
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Mar 1, 2011
1 parent 36c74e9 commit fe5dc34
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: f7d7aedfcd4e20e7dfc7356d30cc22dc0b0f493e
refs/heads/master: 6960f40a954619857e7095a6179eef896f297077
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/kobil_sct.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ static void kobil_read_int_callback(struct urb *urb)
}

tty = tty_port_tty_get(&port->port);
if (urb->actual_length) {
if (tty && urb->actual_length) {

/* BEGIN DEBUG */
/*
Expand Down

0 comments on commit fe5dc34

Please sign in to comment.