aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pch_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/pch_uart.c')
-rw-r--r--drivers/tty/serial/pch_uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c
index 32ac7ea259db..d035f8ff913d 100644
--- a/drivers/tty/serial/pch_uart.c
+++ b/drivers/tty/serial/pch_uart.c
@@ -1083,7 +1083,7 @@ static irqreturn_t pch_uart_interrupt(int irq, void *dev_id)
1083 ret = PCH_UART_HANDLED_MS_INT; 1083 ret = PCH_UART_HANDLED_MS_INT;
1084 break; 1084 break;
1085 default: /* Never junp to this label */ 1085 default: /* Never junp to this label */
1086 dev_err(priv->port.dev, "%s:iid=%d (%lu)\n", __func__, 1086 dev_err(priv->port.dev, "%s:iid=%02x (%lu)\n", __func__,
1087 iid, jiffies); 1087 iid, jiffies);
1088 ret = -1; 1088 ret = -1;
1089 break; 1089 break;