Loading drivers/mmc/core/bus.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/mmc/core/bus.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading