summaryrefslogtreecommitdiff
path: root/drivers/hwmon/nct6775-platform.c
diff options
context:
space:
mode:
authorAhmad Khalifa <ahmad@khalifa.ws>2023-07-15 22:52:44 +0300
committerGuenter Roeck <linux@roeck-us.net>2023-08-21 16:04:29 +0300
commit23299bba08dfb7037877edcc430c907f0522c856 (patch)
treefdc01474669ada5f100b8c570c2a12c5912d5d5b /drivers/hwmon/nct6775-platform.c
parentc0cf96d7e3f004fac3cc36434eeeb01fa5a38dae (diff)
downloadlinux-23299bba08dfb7037877edcc430c907f0522c856.tar.xz
hwmon: (nct6775) Change labels for nct6799
nct6799d-r and nct6796d-s are very similar and chip_id is only different in the version nibblet. Since both will be detected by the driver anyway due to the chipid mask, they should be labeled together for dmesg msg. Signed-off-by: Ahmad Khalifa <ahmad@khalifa.ws> Link: https://lore.kernel.org/r/20230715195244.1334723-1-ahmad@khalifa.ws Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/nct6775-platform.c')
-rw-r--r--drivers/hwmon/nct6775-platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/nct6775-platform.c b/drivers/hwmon/nct6775-platform.c
index a409d7a0b813..81bf03dad6bb 100644
--- a/drivers/hwmon/nct6775-platform.c
+++ b/drivers/hwmon/nct6775-platform.c
@@ -35,7 +35,7 @@ static const char * const nct6775_sio_names[] __initconst = {
"NCT6796D",
"NCT6797D",
"NCT6798D",
- "NCT6799D",
+ "NCT6796D-S/NCT6799D-R",
};
static unsigned short force_id;