]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: spl_mmc: Disambiguate error message
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 21 Apr 2016 02:12:04 +0000 (23:12 -0300)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2016 19:10:36 +0000 (15:10 -0400)
commit5bbf4099098afb3e63574d05629e29b795d08c05
tree65437041528ead6ce88b8b23e9692334366ae6d8
parent532d5203e972092cb1029e49d906f28a0895ca39
spl: spl_mmc: Disambiguate error message

The error message "spl: mmc block read error" may come from two
different functions, so we should better annotate the function name
where the error comes from to help debugging.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/spl_mmc.c