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 da1c6566d93d2f755878d358a018835bd7cd1454..37edf9e989b066cbb1a8a667001ce4e655ac7c1c 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,
        },
 };
This page took 0.042706 seconds and 5 git commands to generate.