mmc: core: mmc_add_card(): fix missing break in switch statement
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sat, 9 Apr 2011 06:16:47 +0000 (08:16 +0200)
committerChris Ball <cjb@laptop.org>
Wed, 27 Apr 2011 23:15:07 +0000 (19:15 -0400)
commit9bc21848b1d6cb8389d927196b16c9950b5e21e9
tree716ae429f0ed55f89f874b004c4ad06239e61bd2
parent9fdcdbb0d84922e7ccda2f717a04ea62629f7e18
mmc: core: mmc_add_card(): fix missing break in switch statement

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

Reported-by: Prashanth Bhat <prashanth.bhat@manipal.net>
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/bus.c