commit | 4c9b948dbe3f8f88e5e633663b756f87d8549b0e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 06 20:16:27 2015 -0600 |
committer | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Tue Aug 11 21:52:43 2015 +0300 |
tree | c9124f3fc146c0477c78aff89f89151e75232c43 | |
parent | 81e093f62da4a448f12e03a219f44a84243256bb [diff] |
mmc: dw_mmc: Avoid using printf() for errors The dw_mmc driver uses printf() in various places. These bloat the code and cause problems for SPL. Use debug() where possible and try to return a useful error code instead. panto: Small rework to make it apply against top of tree. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Jaehoon Chung <jh80.chung@samsung.com>