Skip to content

Commit

Permalink
mmc: fix mmc0-wifi bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockchip committed Jul 22, 2014
1 parent 09882c5 commit 76c6c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/rk29_sdmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ static int rk29_sdmmc_get_cd(struct mmc_host *mmc)
if(RK29_CTRL_SDMMC_ID == host->pdev->id)
#endif
{
set_bit(RK29_SDMMC_CARD_PRESENT, &host->flags);
//set_bit(RK29_SDMMC_CARD_PRESENT, &host->flags);
return 1;
}
#endif
Expand Down

0 comments on commit 76c6c3f

Please sign in to comment.