projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
948df5e
)
mfd: lpc_ich: Fix Wildcat Point info name field
author
James Ralston
<james.d.ralston@intel.com>
Wed, 27 Nov 2013 08:38:04 +0000
(09:38 +0100)
committer
Samuel 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
patch
|
blob
|
history
diff --git
a/drivers/mfd/lpc_ich.c
b/drivers/mfd/lpc_ich.c
index da1c6566d93d2f755878d358a018835bd7cd1454..37edf9e989b066cbb1a8a667001ce4e655ac7c1c 100644
(file)
--- a/
drivers/mfd/lpc_ich.c
+++ b/
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,
},
};