Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364223
b: refs/heads/master
c: b1622e0
h: refs/heads/master
i:
  364221: 64d0bfb
  364219: a3e520c
  364215: 5a0be97
  364207: 909aadf
  364191: 2b8827c
  364159: 83ca425
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Mar 18, 2013
1 parent 4b622e3 commit 8b44792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 6be06e7273c4682a15ca1f4adf1aeae510823530
refs/heads/master: b1622e0ac1b18632cff1e9af807fcdcb2397071b
6 changes: 0 additions & 6 deletions trunk/drivers/tty/serial/jsm/jsm_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,12 +596,6 @@ void jsm_input(struct jsm_channel *ch)

jsm_dbg(READ, &ch->ch_bd->pci_dev, "start 2\n");

if (data_len <= 0) {
spin_unlock_irqrestore(&ch->ch_lock, lock_flags);
jsm_dbg(READ, &ch->ch_bd->pci_dev, "jsm_input 1\n");
return;
}

len = tty_buffer_request_room(port, data_len);
n = len;

Expand Down

0 comments on commit 8b44792

Please sign in to comment.