diff options
-rw-r--r-- | drivers/tty/serial/mpc52xx_uart.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tty/serial/mpc52xx_uart.c b/drivers/tty/serial/mpc52xx_uart.c index 9ba194590a80..e1280a20b7a2 100644 --- a/drivers/tty/serial/mpc52xx_uart.c +++ b/drivers/tty/serial/mpc52xx_uart.c | |||
@@ -1058,6 +1058,9 @@ mpc52xx_uart_shutdown(struct uart_port *port) | |||
1058 | if (psc_ops->clock) | 1058 | if (psc_ops->clock) |
1059 | psc_ops->clock(port, 0); | 1059 | psc_ops->clock(port, 0); |
1060 | 1060 | ||
1061 | /* Disable interrupt */ | ||
1062 | psc_ops->cw_disable_ints(port); | ||
1063 | |||
1061 | /* Release interrupt */ | 1064 | /* Release interrupt */ |
1062 | free_irq(port->irq, port); | 1065 | free_irq(port->irq, port); |
1063 | } | 1066 | } |