Skip to content

Commit

Permalink
mfd: lpc_ich: Fix Wildcat Point info name field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Ralston authored and Samuel Ortiz committed Nov 27, 2013
1 parent 948df5e commit a8822df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/lpc_ich.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit a8822df

Please sign in to comment.