From: Chris Ball <cjb@laptop.org>
To: akpm@linux-foundation.org, kmpark@infradead.org,
kyungmin.park@samsung.com, linux-mmc@vger.kernel.org
Subject: Re: + mmc-recognize-csd-structure.patch added to -mm tree
Date: Sat, 5 Jun 2010 00:12:26 +0100 [thread overview]
Message-ID: <20100604231226.GA14477@void.printf.net> (raw)
In-Reply-To: <201006042236.o54MaLod022299@imap1.linux-foundation.org>
Hi,
On Fri, Jun 04, 2010 at 03:36:21PM -0700, akpm@linux-foundation.org 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 <cjb@laptop.org>
One Laptop Per Child
next prev parent reply other threads:[~2010-06-04 23:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-04 22:36 + mmc-recognize-csd-structure.patch added to -mm tree akpm
2010-06-04 23:12 ` Chris Ball [this message]
2010-06-07 7:27 ` Adrian Hunter
2010-06-07 10:44 ` Kyungmin Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100604231226.GA14477@void.printf.net \
--to=cjb@laptop.org \
--cc=akpm@linux-foundation.org \
--cc=kmpark@infradead.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-mmc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.