mfd: lpc_ich: Fix Wildcat Point info name field
authorJames Ralston <james.d.ralston@intel.com>
Wed, 27 Nov 2013 08:38:04 +0000 (09:38 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 27 Nov 2013 08:38:04 +0000 (09:38 +0100)
Fix a copy paste error from the WPT support initial patch.

Signed-off-by: James Ralston <james.d.ralston@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/lpc_ich.c

index da1c656..37edf9e 100644 (file)
@@ -506,7 +506,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
                .iTCO_version = 2,
        },
        [LPC_WPT_LP] = {
-               .name = "Lynx Point_LP",
+               .name = "Wildcat Point_LP",
                .iTCO_version = 2,
        },
 };