|
@@ -1844,8 +1844,6 @@ static int s3c24xx_serial_probe(struct platform_device *pdev)
|
|
|
ourport->min_dma_size = max_t(int, ourport->port.fifosize,
|
|
|
dma_get_cache_alignment());
|
|
|
|
|
|
- probe_index++;
|
|
|
-
|
|
|
dbg("%s: initialising port %p...\n", __func__, ourport);
|
|
|
|
|
|
ret = s3c24xx_serial_init_port(ourport, pdev);
|
|
@@ -1875,6 +1873,8 @@ static int s3c24xx_serial_probe(struct platform_device *pdev)
|
|
|
if (ret < 0)
|
|
|
dev_err(&pdev->dev, "failed to add cpufreq notifier\n");
|
|
|
|
|
|
+ probe_index++;
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
|