aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/88pm805.c
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-18 01:05:52 +0200
commit46223a19ad566dee955969c9a2cea55ef59f21d8 (patch)
treec8878409744fa3cfbd4bb8d8b8075b237bdb116b /drivers/mfd/88pm805.c
parentmfd: 88pm800: Fix NULL pointer dereference (diff)
downloadlinux-dev-46223a19ad566dee955969c9a2cea55ef59f21d8.tar.xz
linux-dev-46223a19ad566dee955969c9a2cea55ef59f21d8.zip
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>
Diffstat (limited to 'drivers/mfd/88pm805.c')
-rw-r--r--drivers/mfd/88pm805.c2
1 files changed, 1 insertions, 1 deletions
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)
static struct i2c_driver pm805_driver = {
.driver = {
- .name = "88PM80X",
+ .name = "88PM805",
.owner = THIS_MODULE,
.pm = &pm80x_pm_ops,
},