From: James Ralston Date: Wed, 27 Nov 2013 08:38:04 +0000 (+0100) Subject: mfd: lpc_ich: Fix Wildcat Point info name field X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a8822df9043b6ff9751bca8acd8f0f64dd727706;p=deliverable%2Flinux.git 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 Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index da1c6566d93d..37edf9e989b0 100644 --- 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, }, };