On Sun, May 29, 2011 at 07:26:00AM +0530, Prashanth Bhat wrote:
> Hi Michał,
> In mmc/core/sdio.c, routine mmc_enable_4bit_bus():
> 
> I think:
> 
>     if (card->type == MMC_TYPE_SDIO)
>               return sdio_enable_wide(card);
> 
> should really be:
> 
>     if (card->type == MMC_TYPE_SDIO || card->type == MMC_TYPE_SD_COMBO )
>                return sdio_enable_wide(card);
> 
> Otherwise, the SDIO component of the SD Combo card will not operate
> in wide mode. What do you think?
> 
> Perhaps a similar change is needed in the sdio_enable_hs() routine too.

Hi,

You sent similar problem report some time ago. I assumed you will follow
on with a patch fixing mmc_card_sd() and friends (the functions you point
out in this mail should use that).

Best Regards,
Michał Mirosław
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to