ata: sata_dwc_460ex: get rid of some pointless casts
authorMans Rullgard <mans@mansr.com>
Tue, 26 Apr 2016 09:03:15 +0000 (12:03 +0300)
committerTejun Heo <tj@kernel.org>
Tue, 10 May 2016 16:29:20 +0000 (12:29 -0400)
commitae95d951f7cd116f663b7326422c4c759ea25b25
treeaaa3a8bd291230a31cdebdcf5f32c463c6439453
parentcd12ff0b5a8becd143df1f0a9dc97a4222e2cf6f
ata: sata_dwc_460ex: get rid of some pointless casts

Casting a pointer to unsigned long only to immediately cast it back
to a pointer makes no sense.  Fix this.

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