commit | 64a77a4cbcc876fae4e5a9a1fbeae276594791c2 | [log] [tgz] |
---|---|---|
author | Max Krummenacher <max.oss.09@gmail.com> | Tue Nov 01 15:04:20 2016 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 29 16:33:03 2016 +0100 |
tree | f46feb784b2bd5403622d89d365d0374cad5c250 | |
parent | 3720f578d3df1dc2e82fee0af7a4d63cc06b03ae [diff] |
spl: mmc: fix switch statement If CONFIG_SPL_LIBCOMMON_SUPPORT is not defined there is a lone case statement at the end of the switch leading to a compile error. Remove the offending case statement. | common/spl/spl_mmc.c:339:7: error: label at end of compound statement Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Marek Vasut <marex@denx.de>