All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH mmc-utils] Fix parsing of Product Revision and Serial Number
       [not found]   ` <SN6PR04MB49257FCC0D21341EDB735C1FFC810@SN6PR04MB4925.namprd04.prod.outlook.com>
@ 2021-03-31  9:41     ` Ulf Hansson
  0 siblings, 0 replies; only message in thread
From: Ulf Hansson @ 2021-03-31  9:41 UTC (permalink / raw)
  To: Stephane Fillod; +Cc: linux-mmc, Avri Altman

On Tue, 15 Jan 2019 at 11:38, Avri Altman <Avri.Altman@wdc.com> wrote:
>
> >
> > According to MMC Standard (similar to SDCard Standard).
> >
> > Signed-off-by: Stephane Fillod <f8cfe@free.fr>
> Acked-by: Avri Altman <avri.altman@wdc.com>
>

Applied to git.kernel.org/pub/scm/utils/mmc/mmc-utils.git master, thanks!

Kind regards
Uffe


> > ---
> >
> > Rem: the field parsing order is fine in print_sd_cid().
> >
> > diff --git a/lsmmc.c b/lsmmc.c
> > index 9737b37..98c0c4d 100644
> > --- a/lsmmc.c
> > +++ b/lsmmc.c
> > @@ -550,7 +582,7 @@ void print_mmc_cid(struct config *config, char *cid)
> >       unsigned int crc;
> >
> >       parse_bin(cid, "8u6r2u8u48a4u4u32u4u4u7u1r",
> > -             &mid, &cbx, &oid, &pnm[0], &psn, &prv_major, &prv_minor,
> > +             &mid, &cbx, &oid, &pnm[0], &prv_major, &prv_minor, &psn,
> >               &mdt_year, &mdt_month, &crc);
> >
> >       pnm[6] = '\0';

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-31  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1351172418.3304142.1547483917896.JavaMail.root@zimbra64-e11.priv.proxad.net>
     [not found] ` <1823652044.3512532.1547484650178.JavaMail.root@zimbra64-e11.priv.proxad.net>
     [not found]   ` <SN6PR04MB49257FCC0D21341EDB735C1FFC810@SN6PR04MB4925.namprd04.prod.outlook.com>
2021-03-31  9:41     ` [PATCH mmc-utils] Fix parsing of Product Revision and Serial Number Ulf Hansson

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.