Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354941
b: refs/heads/master
c: b06073f
h: refs/heads/master
i:
  354939: c471436
v: v3
  • Loading branch information
Samuel Iglesias Gonsalvez authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent b429feb commit 3d4c812
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e7e664fd688a4a882ce571575ad721203f0cd584
refs/heads/master: b06073f963b7b00a628e58e87d02028e2c9e430d
1 change: 0 additions & 1 deletion trunk/drivers/ipack/devices/ipoctal.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ static void ipoctal_irq_channel(struct ipoctal_channel *channel)
if ((isr & channel->isr_tx_rdy_mask) && (sr & SR_TX_READY))
ipoctal_irq_tx(channel);

tty_flip_buffer_push(tty);
tty_kref_put(tty);
spin_unlock(&channel->lock);
}
Expand Down

0 comments on commit 3d4c812

Please sign in to comment.