summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_octeon_cf.c
diff options
context:
space:
mode:
authorJingoo Han2013-07-30 10:16:05 +0200
committerTejun Heo2013-07-30 14:59:24 +0200
commit61b8c345aa8c50c6a99a90560a107d02124f0293 (patch)
tree7e7c8cd598333b4f1c7deb817af07af38f1f45be /drivers/ata/pata_octeon_cf.c
parentsata_mv: Remove unneeded forward declaration (diff)
downloadkernel-qcow2-linux-61b8c345aa8c50c6a99a90560a107d02124f0293.tar.gz
kernel-qcow2-linux-61b8c345aa8c50c6a99a90560a107d02124f0293.tar.xz
kernel-qcow2-linux-61b8c345aa8c50c6a99a90560a107d02124f0293.zip
ata: use dev_get_platdata()
Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/pata_octeon_cf.c')
-rw-r--r--drivers/ata/pata_octeon_cf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_octeon_cf.c b/drivers/ata/pata_octeon_cf.c
index e73bef3093d2..c51bbb9ea8e8 100644
--- a/drivers/ata/pata_octeon_cf.c
+++ b/drivers/ata/pata_octeon_cf.c
@@ -1037,7 +1037,7 @@ static void octeon_cf_shutdown(struct device *dev)
union cvmx_mio_boot_dma_cfgx dma_cfg;
union cvmx_mio_boot_dma_intx dma_int;
- struct octeon_cf_port *cf_port = dev->platform_data;
+ struct octeon_cf_port *cf_port = dev_get_platdata(dev);
if (cf_port->dma_base) {
/* Stop and clear the dma engine. */