lkml.org 
[lkml]   [2022]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] mmc-utils: Fix a typo for ATP mid
Date
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>
---
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 10:43    [W:0.041 / U:0.764 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site