aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/pf8x00-regulator.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/pf8x00-regulator.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/pf8x00-regulator.c')
-rw-r--r--drivers/regulator/pf8x00-regulator.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/regulator/pf8x00-regulator.c b/drivers/regulator/pf8x00-regulator.c
index 9fd8e0949b32..ea3611de42b4 100644
--- a/drivers/regulator/pf8x00-regulator.c
+++ b/drivers/regulator/pf8x00-regulator.c
@@ -596,10 +596,10 @@ static const struct of_device_id pf8x00_dt_ids[] = {
MODULE_DEVICE_TABLE(of, pf8x00_dt_ids);
static const struct i2c_device_id pf8x00_i2c_id[] = {
- { "pf8100", 0 },
- { "pf8121a", 0 },
- { "pf8200", 0 },
- {},
+ { "pf8100" },
+ { "pf8121a" },
+ { "pf8200" },
+ {}
};
MODULE_DEVICE_TABLE(i2c, pf8x00_i2c_id);