summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/msm_serial_hs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/msm_serial_hs.c b/drivers/tty/serial/msm_serial_hs.c
index 5607191b3a4c..a0efd6206bdb 100644
--- a/drivers/tty/serial/msm_serial_hs.c
+++ b/drivers/tty/serial/msm_serial_hs.c
@@ -2211,7 +2211,6 @@ static int msm_hs_check_clock_off(struct uart_port *uport)
*/
disable_irq(uport->irq);
}
- disable_irq(uport->irq);
wake_unlock(&msm_uport->dma_wake_lock);
spin_unlock_irqrestore(&uport->lock, flags);
@@ -2406,7 +2405,6 @@ void msm_hs_request_clock_on(struct uart_port *uport)
mutex_lock(&msm_uport->clk_mutex);
spin_lock_irqsave(&uport->lock, flags);
- enable_irq(uport->irq);
if (msm_uport->clk_state == MSM_HS_CLK_REQUEST_OFF) {
/* Pulling RFR line high */