Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304187
b: refs/heads/master
c: 159d4e1
h: refs/heads/master
i:
  304185: d6da1e4
  304183: 2786fae
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Greg Kroah-Hartman committed Apr 9, 2012
1 parent b3b60ee commit a46085b
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: 5181fb3d51d2d886ec9b2fed13a9ad9d5d67ec1f
refs/heads/master: 159d4e1e73dc2c4745b3edb2f2ae51caaae37e5f
6 changes: 0 additions & 6 deletions trunk/drivers/tty/serial/pch_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ struct eg20t_port {
int start_tx;
int start_rx;
int tx_empty;
int int_dis_flag;
int trigger;
int trigger_level;
struct pch_uart_buffer rxbuf;
Expand Down Expand Up @@ -1101,10 +1100,6 @@ static irqreturn_t pch_uart_interrupt(int irq, void *dev_id)
}
handled |= (unsigned int)ret;
}
if (handled == 0 && iid <= 1) {
if (priv->int_dis_flag)
priv->int_dis_flag = 0;
}

spin_unlock_irqrestore(&priv->port.lock, flags);
return IRQ_RETVAL(handled);
Expand Down Expand Up @@ -1199,7 +1194,6 @@ static void pch_uart_stop_rx(struct uart_port *port)
priv = container_of(port, struct eg20t_port, port);
priv->start_rx = 0;
pch_uart_hal_disable_interrupt(priv, PCH_UART_HAL_RX_INT);
priv->int_dis_flag = 1;
}

/* Enable the modem status interrupts. */
Expand Down

0 comments on commit a46085b

Please sign in to comment.