]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/ata/sata_dwc_460ex.c
ata: sata_dwc_460ex: get rid of incorrect cast
authorMans Rullgard <mans@mansr.com>
Tue, 26 Apr 2016 09:03:16 +0000 (12:03 +0300)
committerTejun Heo <tj@kernel.org>
Tue, 10 May 2016 16:29:20 +0000 (12:29 -0400)
commit175553ed18491bf654a64f4e1c3f8d4137ae1a56
tree13247f8d2ebdf6ffc297b819ad654f912b5f318b
parentae95d951f7cd116f663b7326422c4c759ea25b25
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>
drivers/ata/sata_dwc_460ex.c