commit | 4b640dbcac372f0ff712cab76409600bde6e0b42 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:05 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | 059461f3e4381104b660b930d22690cdad834e8d | |
parent | 09bb951bf3ebf2f94001e27add9b94e881a8cb75 [diff] |
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>