From 7d885f5fcc2016b53e70e2dfba85fc9e350f5ae6 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Tue, 17 Nov 2015 08:20:52 -0800 Subject: [PATCH] Fix typo in NCT6792D version ID Signed-off-by: Guenter Roeck --- nct6775.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nct6775.c b/nct6775.c index 24f39f4..5c18bf5 100644 --- a/nct6775.c +++ b/nct6775.c @@ -38,7 +38,7 @@ * nct6776f 9 5 3 6+3 0xc330 0xc1 0x5ca3 * nct6779d 15 5 5 2+6 0xc560 0xc1 0x5ca3 * nct6791d 15 6 6 2+6 0xc800 0xc1 0x5ca3 - * nct6792d 15 6 6 2+6 0xc911 0xc1 0x5ca3 + * nct6792d 15 6 6 2+6 0xc910 0xc1 0x5ca3 * nct6793d 15 6 6 2+6 0xd120 0xc1 0x5ca3 * * #temp lists the number of monitored temperature sources (first value) plus -- 2.39.2