Home
last modified time | relevance | path

Searched hist:"1 c87ffe8d1eef2c759b97129fd48e218a039cbcd" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddw_mmc.c1c87ffe8d1eef2c759b97129fd48e218a039cbcd Fri Aug 07 02:16:27 UTC 2015 Simon Glass <sjg@chromium.org> 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>