Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bc21848 authored by Michał Mirosław's avatar Michał Mirosław Committed by Chris Ball
Browse files

mmc: core: mmc_add_card(): fix missing break in switch statement



Fixes a cosmetic bug that affects printk() for SD-combo cards.

Reported-by: default avatarPrashanth Bhat <prashanth.bhat@manipal.net>
Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 9fdcdbb0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -284,6 +284,7 @@ int mmc_add_card(struct mmc_card *card)
		type = "SD-combo";
		if (mmc_card_blockaddr(card))
			type = "SDHC-combo";
		break;
	default:
		type = "?";
		break;