From 1d0047e1c2dfab1c1e697ecc0dd061a25029c7da Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Tue, 17 Nov 2015 08:16:40 -0800 Subject: [PATCH] Add missing NCT6793D string Thanks to Eric Swanson for the report. Signed-off-by: Guenter Roeck --- nct6775.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nct6775.c b/nct6775.c index c0c0324..f16766c 100644 --- a/nct6775.c +++ b/nct6775.c @@ -4177,6 +4177,7 @@ static const char * const nct6775_sio_names[] __initconst = { "NCT6779D", "NCT6791D", "NCT6792D", + "NCT6793D", }; /* nct6775_find() looks for a '627 in the Super-I/O config space */ -- 2.39.2