Browse Source

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>
Linus Walleij 8 năm trước cách đây
mục cha
commit
a2136b31d3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/ata/sata_dwc_460ex.c

+ 0 - 1
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: