|
@@ -491,8 +491,7 @@ static irqreturn_t imx_txint(int irq, void *dev_id)
|
|
unsigned long flags;
|
|
unsigned long flags;
|
|
|
|
|
|
spin_lock_irqsave(&sport->port.lock, flags);
|
|
spin_lock_irqsave(&sport->port.lock, flags);
|
|
- if (sport->port.x_char)
|
|
|
|
- {
|
|
|
|
|
|
+ if (sport->port.x_char) {
|
|
/* Send next char */
|
|
/* Send next char */
|
|
writel(sport->port.x_char, sport->port.membase + URTX0);
|
|
writel(sport->port.x_char, sport->port.membase + URTX0);
|
|
goto out;
|
|
goto out;
|