commit | 175553ed18491bf654a64f4e1c3f8d4137ae1a56 | [log] [tgz] |
---|---|---|
author | Mans Rullgard <mans@mansr.com> | Tue Apr 26 12:03:16 2016 +0300 |
committer | Tejun Heo <tj@kernel.org> | Tue May 10 12:29:20 2016 -0400 |
tree | 13247f8d2ebdf6ffc297b819ad654f912b5f318b | |
parent | ae95d951f7cd116f663b7326422c4c759ea25b25 [diff] |
ata: sata_dwc_460ex: get rid of incorrect cast The (void *__iomem) cast is wrong. Change the target type of the "base" pointer to void __iomem instead and drop the cast. Tested-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Tejun Heo <tj@kernel.org>