diff options
Diffstat (limited to 'drivers/tty/serial/samsung.c')
-rw-r--r-- | drivers/tty/serial/samsung.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 376079b9bd75..019b9154d7d4 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
@@ -1250,8 +1250,8 @@ static int s3c24xx_serial_probe(struct platform_device *pdev) | |||
1250 | 1250 | ||
1251 | ourport->baudclk = ERR_PTR(-EINVAL); | 1251 | ourport->baudclk = ERR_PTR(-EINVAL); |
1252 | ourport->info = ourport->drv_data->info; | 1252 | ourport->info = ourport->drv_data->info; |
1253 | ourport->cfg = (pdev->dev.platform_data) ? | 1253 | ourport->cfg = (dev_get_platdata(&pdev->dev)) ? |
1254 | (struct s3c2410_uartcfg *)pdev->dev.platform_data : | 1254 | (struct s3c2410_uartcfg *)dev_get_platdata(&pdev->dev) : |
1255 | ourport->drv_data->def_cfg; | 1255 | ourport->drv_data->def_cfg; |
1256 | 1256 | ||
1257 | ourport->port.fifosize = (ourport->info->fifosize) ? | 1257 | ourport->port.fifosize = (ourport->info->fifosize) ? |