Hi,

On Fri, Jun 04, 2010 at 03:36:21PM -0700, [email protected] wrote:
> diff -puN drivers/mmc/core/mmc.c~mmc-recognize-csd-structure 
> drivers/mmc/core/mmc.c
> --- a/drivers/mmc/core/mmc.c~mmc-recognize-csd-structure
> +++ a/drivers/mmc/core/mmc.c
> @@ -114,17 +114,18 @@ static int mmc_decode_cid(struct mmc_car
>  static int mmc_decode_csd(struct mmc_card *card)
>  {
>       struct mmc_csd *csd = &card->csd;
> -     unsigned int e, m, csd_struct;
> +     unsigned int e, m;
>       u32 *resp = card->raw_csd;
>  
>       /*
>        * We only understand CSD structure v1.1 and v1.2.
>        * v1.2 has extra information in bits 15, 11 and 10.
> +      * also support the for eMMC v4.4 & v4.41.
>        */

Minor typo here.  I suggest "We also support eMMC v4.4 & v4.41."

-- 
Chris Ball   <[email protected]>
One Laptop Per Child
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to