diff options
Diffstat (limited to 'drivers/mmc/card/sdio_uart.c')
-rw-r--r-- | drivers/mmc/card/sdio_uart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/card/sdio_uart.c b/drivers/mmc/card/sdio_uart.c index 372c0325c149..d2339ea37815 100644 --- a/drivers/mmc/card/sdio_uart.c +++ b/drivers/mmc/card/sdio_uart.c | |||
@@ -1132,8 +1132,8 @@ static int sdio_uart_probe(struct sdio_func *func, | |||
1132 | kfree(port); | 1132 | kfree(port); |
1133 | } else { | 1133 | } else { |
1134 | struct device *dev; | 1134 | struct device *dev; |
1135 | dev = tty_register_device(sdio_uart_tty_driver, | 1135 | dev = tty_port_register_device(&port->port, |
1136 | port->index, &func->dev); | 1136 | sdio_uart_tty_driver, port->index, &func->dev); |
1137 | if (IS_ERR(dev)) { | 1137 | if (IS_ERR(dev)) { |
1138 | sdio_uart_port_remove(port); | 1138 | sdio_uart_port_remove(port); |
1139 | ret = PTR_ERR(dev); | 1139 | ret = PTR_ERR(dev); |