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>
This commit is contained in:
Linus Walleij 2017-05-30 11:46:41 +02:00 committed by Tejun Heo
parent 62a98c2764
commit a2136b31d3
1 changed files with 0 additions and 1 deletions

View File

@ -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: