Commit 46223a19 authored by Chao Xie's avatar Chao Xie Committed by Samuel Ortiz

mfd: 88pm80x: Fix driver name for 88pm800 and 88pm805

88pm800 and 88pm805 shouldnot have the same driver name.
Signed-off-by: default avatarChao Xie <chao.xie@marvell.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 618fa575
......@@ -569,7 +569,7 @@ static int pm800_remove(struct i2c_client *client)
static struct i2c_driver pm800_driver = {
.driver = {
.name = "88PM80X",
.name = "88PM800",
.owner = THIS_MODULE,
.pm = &pm80x_pm_ops,
},
......
......@@ -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,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment