ata: use pci_get_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Mon, 3 Jun 2013 05:05:36 +0000 (14:05 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 3 Jun 2013 05:22:03 +0000 (22:22 -0700)
Use the wrapper function for getting the driver data using pci_dev
instead of using dev_get_drvdata() with &pdev->dev, so we can directly
pass a struct pci_dev.  This is a purely cosmetic change.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found