]> git.sur5r.net Git - u-boot/commit
dm: sata: dw_sata: Drop unnecessary casts
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jul 2017 17:35:05 +0000 (11:35 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 17 Aug 2017 07:44:17 +0000 (16:44 +0900)
commit4b640dbcac372f0ff712cab76409600bde6e0b42
tree059461f3e4381104b660b930d22690cdad834e8d
parent09bb951bf3ebf2f94001e27add9b94e881a8cb75
dm: sata: dw_sata: Drop unnecessary casts

Most of the casts in this driver are not necessary. With driver model we
do not cast from void *. Update the driver to follow this rule.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/ata/dwc_ahsata.c