Browse Source

mfd: lpc_ich: Fix Wildcat Point info name field

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>
James Ralston 11 years ago
parent
commit
a8822df904
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mfd/lpc_ich.c

+ 1 - 1
drivers/mfd/lpc_ich.c

@@ -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,
 	},
 };