aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_dwc_460ex.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-05-30 11:46:41 +0200
committerTejun Heo <tj@kernel.org>2017-05-30 11:54:37 -0400
commita2136b31d37e8edcea93a00e73b6383403b5b76e (patch)
tree9e8e1346e514a0f2272f24cfcebe81a529c27a8e /drivers/ata/sata_dwc_460ex.c
parentata: ep93xx: cut drvdata assignment (diff)
downloadlinux-dev-a2136b31d37e8edcea93a00e73b6383403b5b76e.tar.xz
linux-dev-a2136b31d37e8edcea93a00e73b6383403b5b76e.zip
ata: dwc_460ex: cut drvdata assignment
ata_host_alloc_pinfo() assigns the host pointer to the struct device * drvdata, do not assign it a second time. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/sata_dwc_460ex.c')
-rw-r--r--drivers/ata/sata_dwc_460ex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c
index e0939bd5ea73..ce128d5a6ded 100644
--- a/drivers/ata/sata_dwc_460ex.c
+++ b/drivers/ata/sata_dwc_460ex.c
@@ -1285,7 +1285,6 @@ static int sata_dwc_probe(struct platform_device *ofdev)
if (err)
dev_err(&ofdev->dev, "failed to activate host");
- dev_set_drvdata(&ofdev->dev, host);
return 0;
error_out: