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:
Родитель
62a98c2764
Коммит
a2136b31d3
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче