diff options
| -rw-r--r-- | drivers/ata/sata_rcar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/sata_rcar.c b/drivers/ata/sata_rcar.c index 59b2317acea9..3495e1733a8e 100644 --- a/drivers/ata/sata_rcar.c +++ b/drivers/ata/sata_rcar.c | |||
| @@ -909,7 +909,6 @@ static int sata_rcar_probe(struct platform_device *pdev) | |||
| 909 | 909 | ||
| 910 | host = ata_host_alloc(dev, 1); | 910 | host = ata_host_alloc(dev, 1); |
| 911 | if (!host) { | 911 | if (!host) { |
| 912 | dev_err(dev, "ata_host_alloc failed\n"); | ||
| 913 | ret = -ENOMEM; | 912 | ret = -ENOMEM; |
| 914 | goto err_pm_put; | 913 | goto err_pm_put; |
| 915 | } | 914 | } |
