commit | e178c117feb7a3de7abaa8b104849f34e6ece778 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Thu Sep 21 16:29:59 2017 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 12 18:11:04 2018 +0900 |
tree | b62cf2acd5e7bfb8eeb2e2ffc93d1a2a16cd9a1f | |
parent | ec346839a5f02726604eab79c39076fdf77bfd42 [diff] |
mmc: make mmc_set_ios() return status set_ios callback has a return value of 'int' but the mmc_set_ios() function ignore this. Modify mmc_set_ios() and the callers of mmc_set_ios() to to return the error status. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>