mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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>
This commit is contained in:
parent
618fa57512
commit
46223a19ad
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user