commit | 90f0adf0936d464a337512e6cbe7929a49bf3c55 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Wed Oct 12 19:09:09 2011 +0400 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri Oct 14 13:18:34 2011 -0400 |
tree | 3c6dcfae756bf1daa38cc0ae4f2660544885a04d | |
parent | 46b9e77076a609d10b2009310a1e58281f8daaf9 [diff] |
pata_arasan_cf: remove bogus to_platform_device() calls The suspend()/resume() methods already get the right 'struct device' to get the driver data from -- there's no need to get to the 'struct platform_device' that contains that 'struct device' just to call dev_get_drvdata()... Acked-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>