aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChao Xie <chao.xie@marvell.com>2013-06-14 01:21:46 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-06-17 19:05:52 -0400
commit46223a19ad566dee955969c9a2cea55ef59f21d8 (patch)
treec8878409744fa3cfbd4bb8d8b8075b237bdb116b
parent618fa57512c724d1d1a446162ad853249f8ac717 (diff)
mfd: 88pm80x: Fix driver name for 88pm800 and 88pm805
88pm800 and 88pm805 shouldnot have the same driver name. Signed-off-by: Chao Xie <chao.xie@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/mfd/88pm800.c2
-rw-r--r--drivers/mfd/88pm805.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/88pm800.c b/drivers/mfd/88pm800.c
index b2f9f0f9deb3..080104988d5e 100644
--- a/drivers/mfd/88pm800.c
+++ b/drivers/mfd/88pm800.c
@@ -569,7 +569,7 @@ static int pm800_remove(struct i2c_client *client)
569 569
570static struct i2c_driver pm800_driver = { 570static struct i2c_driver pm800_driver = {
571 .driver = { 571 .driver = {
572 .name = "88PM80X", 572 .name = "88PM800",
573 .owner = THIS_MODULE, 573 .owner = THIS_MODULE,
574 .pm = &pm80x_pm_ops, 574 .pm = &pm80x_pm_ops,
575 }, 575 },
diff --git a/drivers/mfd/88pm805.c b/drivers/mfd/88pm805.c
index 65d7ac099b20..d32b54464e85 100644
--- a/drivers/mfd/88pm805.c
+++ b/drivers/mfd/88pm805.c
@@ -276,7 +276,7 @@ static int pm805_remove(struct i2c_client *client)
276 276
277static struct i2c_driver pm805_driver = { 277static struct i2c_driver pm805_driver = {
278 .driver = { 278 .driver = {
279 .name = "88PM80X", 279 .name = "88PM805",
280 .owner = THIS_MODULE, 280 .owner = THIS_MODULE,
281 .pm = &pm80x_pm_ops, 281 .pm = &pm80x_pm_ops,
282 }, 282 },