Loading drivers/mmc/host/omap.c +4 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,10 @@ static void mmc_omap_release_slot(struct mmc_omap_slot *slot) static inline int mmc_omap_cover_is_open(struct mmc_omap_slot *slot) { return slot->pdata->get_cover_state(mmc_dev(slot->mmc), slot->id); if (slot->pdata->get_cover_state) return slot->pdata->get_cover_state(mmc_dev(slot->mmc), slot->id); return 0; } static ssize_t Loading Loading
drivers/mmc/host/omap.c +4 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,10 @@ static void mmc_omap_release_slot(struct mmc_omap_slot *slot) static inline int mmc_omap_cover_is_open(struct mmc_omap_slot *slot) { return slot->pdata->get_cover_state(mmc_dev(slot->mmc), slot->id); if (slot->pdata->get_cover_state) return slot->pdata->get_cover_state(mmc_dev(slot->mmc), slot->id); return 0; } static ssize_t Loading