aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
index 5952b25c288e..49f664f72870 100644
--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/imx.c
@@ -1540,7 +1540,7 @@ static int serial_imx_probe(struct platform_device *pdev)
1540 ret = uart_add_one_port(&imx_reg, &sport->port); 1540 ret = uart_add_one_port(&imx_reg, &sport->port);
1541 if (ret) 1541 if (ret)
1542 goto deinit; 1542 goto deinit;
1543 platform_set_drvdata(pdev, &sport->port); 1543 platform_set_drvdata(pdev, sport);
1544 1544
1545 return 0; 1545 return 0;
1546deinit: 1546deinit: