Commits
Simon Glass committed 4b640dbcac3
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>