aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvri Altman <avri.altman@wdc.com>2022-09-27 11:43:17 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2022-09-27 14:16:03 +0200
commitdfc3b6ecda84d21418fb4408b39c5c71db4c6458 (patch)
tree6aa31899d5c0ae6781f397fda83b3e7ff5a9699d
parent2a934139cfeef1249e46f50fbec548f11c2dd8ca (diff)
downloadmmc-utils-dfc3b6ecda84d21418fb4408b39c5c71db4c6458.tar.gz
mmc-utils: Fix a typo for ATP mid
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. Reported-by: Mark Kanczak <Markk@us.atpinc.com> Fixes: 4af1749d2350 (mmc-utils: Merge the lsmmc tool into mmc-utils) Signed-off-by: Avri Altman <avri.altman@wdc.com> Link: https://lore.kernel.org/r/20220927084317.138-1-avri.altman@wdc.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--lsmmc.c2
1 files changed, 1 insertions, 1 deletions
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",