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 12 năm trước cách đây
mục cha
commit
a8822df904
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
 	},
 };