From: Guenter Roeck Date: Tue, 17 Nov 2015 16:16:40 +0000 (-0800) Subject: Add missing NCT6793D string X-Git-Url: https://git.sur5r.net/?p=groeck-nct6775;a=commitdiff_plain;h=1d0047e1c2dfab1c1e697ecc0dd061a25029c7da Add missing NCT6793D string Thanks to Eric Swanson for the report. Signed-off-by: Guenter Roeck --- 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 */