1
0
Fork 0

sata_dwc_460ex: remove redundant dev_set_drvdata

Driver core sets it to NULL upon probe failure or release.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
hifive-unleashed-5.1
Andy Shevchenko 2015-01-07 15:24:20 +02:00 committed by Tejun Heo
parent b6e94f33cf
commit f71d148f1a
1 changed files with 0 additions and 1 deletions

View File

@ -1783,7 +1783,6 @@ static int sata_dwc_remove(struct platform_device *ofdev)
struct sata_dwc_device *hsdev = host->private_data;
ata_host_detach(host);
dev_set_drvdata(dev, NULL);
/* Free SATA DMA resources */
dma_dwc_exit(hsdev);