commit | a8822df9043b6ff9751bca8acd8f0f64dd727706 | [log] [tgz] |
---|---|---|
author | James Ralston <[email protected]> | Wed Nov 27 09:38:04 2013 +0100 |
committer | Samuel Ortiz <[email protected]> | Wed Nov 27 09:38:04 2013 +0100 |
tree | cc0ed8d37ac576ef551c4a60dfc236077a0e356d | |
parent | 948df5e3890186152cd90129a69084886afca786 [diff] [blame] |
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 <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index da1c656..37edf9e 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c
@@ -506,7 +506,7 @@ .iTCO_version = 2, }, [LPC_WPT_LP] = { - .name = "Lynx Point_LP", + .name = "Wildcat Point_LP", .iTCO_version = 2, }, };