Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354758
b: refs/heads/master
c: 699cbd6
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent b9440b8 commit b5536db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: e32a9f8f34cc5eaf77100cd2d54e78e81d01f5dc
refs/heads/master: 699cbd6726ed9124ce014471aaaa28e8c7f7122e
3 changes: 1 addition & 2 deletions trunk/drivers/tty/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,7 @@ static irqreturn_t imx_txint(int irq, void *dev_id)
unsigned long flags;

spin_lock_irqsave(&sport->port.lock, flags);
if (sport->port.x_char)
{
if (sport->port.x_char) {
/* Send next char */
writel(sport->port.x_char, sport->port.membase + URTX0);
goto out;
Expand Down

0 comments on commit b5536db

Please sign in to comment.