lkml.org 
[lkml]   [2022]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectRe: [PATCH] mmc-utils: Fix a typo for ATP mid
On Tue, 27 Sept 2022 at 10:43, Avri Altman <avri.altman@wdc.com> wrote:
>
> Manufacturer id 0x44 is assign to ATP by 3c-LLC, and not to SanDisk.
> mmc-utils inherited this typo when lsmmc got merged into it.
>
> fixes: 4af1749d2350 (mmc-utils: Merge the lsmmc tool into mmc-utils)
>
> Reported-by: Mark Kanczak <Markk@us.atpinc.com>
> Signed-off-by: Avri Altman <avri.altman@wdc.com>

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

Kind regards
Uffe

> ---
> lsmmc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lsmmc.c b/lsmmc.c
> index 05d59e8..55da3aa 100644
> --- a/lsmmc.c
> +++ b/lsmmc.c
> @@ -237,7 +237,7 @@ struct ids_database database[] = {
> {
> .type = "mmc",
> .id = 0x44,
> - .manufacturer = "SanDisk",
> + .manufacturer = "ATP",
> },
> {
> .type = "mmc",
> --
> 2.17.1
>

\
 
 \ /
  Last update: 2022-09-27 14:20    [W:0.048 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site