Hi Kyungmin,

On Tue, Jul 26 2011, Kyungmin Park wrote:
> From: Kyungmin Park <kyungmin.p...@samsung.com>
>
> As eMMC v4.5 Spec is released, prepare the eMMC v4.5
>
> EXT_CSD_REV   Extended CSD Revision
> 255-7         Reserved
> 6             Revision 1.6 (for MMC v4.5)
> 5             Revision 1.5 (for MMV v4.41)
> ...
>
> Signed-off-by: Kyungmin Park <kyungmin.p...@samsung.com>
> ---
> diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c
> index aa7d1d7..5700b1c 100644
> --- a/drivers/mmc/core/mmc.c
> +++ b/drivers/mmc/core/mmc.c
> @@ -259,7 +259,7 @@ static int mmc_read_ext_csd(struct mmc_card *card, u8 
> *ext_csd)
>       }
>  
>       card->ext_csd.rev = ext_csd[EXT_CSD_REV];
> -     if (card->ext_csd.rev > 5) {
> +     if (card->ext_csd.rev > 6) {
>               printk(KERN_ERR "%s: unrecognised EXT_CSD revision %d\n",
>                       mmc_hostname(card->host), card->ext_csd.rev);
>               err = -EINVAL;

Pushed to mmc-next for 3.1, thanks.

- Chris.
-- 
Chris Ball   <c...@laptop.org>   <http://printf.net/>
One Laptop Per Child
--
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