aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/lp3972.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-06-17 19:49:31 +0100
committerMark Brown <broonie@kernel.org>2024-06-17 19:49:31 +0100
commit8caa13072d17c09ff8916a946ecdb7ed92d69ef0 (patch)
treed1b7047a7f4108d947270c1c99fa88fb05f1b436 /drivers/regulator/lp3972.c
parent12b68b03b2aea42dcb3855d65ad5b1fe13af7653 (diff)
parent82732e7e5e0ee50722ce727acb873593aef05342 (diff)
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
Diffstat (limited to 'drivers/regulator/lp3972.c')
-rw-r--r--drivers/regulator/lp3972.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/lp3972.c b/drivers/regulator/lp3972.c
index 7bd6f05edd8d..1b918fb72134 100644
--- a/drivers/regulator/lp3972.c
+++ b/drivers/regulator/lp3972.c
@@ -537,7 +537,7 @@ static int lp3972_i2c_probe(struct i2c_client *i2c)
}
static const struct i2c_device_id lp3972_i2c_id[] = {
- { "lp3972", 0 },
+ { "lp3972" },
{ }
};
MODULE_DEVICE_TABLE(i2c, lp3972_i2c_id);