Max Krummenacher c8d7647f63 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>
2016-11-29 16:33:03 +01:00
..
2016-11-29 16:33:03 +01:00
2015-05-21 09:13:19 -04:00
2016-02-15 20:58:25 +00:00
2014-04-17 17:44:36 -04:00
2016-04-18 12:29:14 -04:00
2015-01-05 12:08:51 -05:00
2016-02-06 12:00:59 +01:00
2016-05-02 18:37:09 -04:00
2016-03-27 09:12:17 -04:00
2016-06-06 13:39:12 -04:00
2016-09-23 17:53:48 -04:00