aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/mt6311-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/mt6311-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/mt6311-regulator.c')
-rw-r--r--drivers/regulator/mt6311-regulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/mt6311-regulator.c b/drivers/regulator/mt6311-regulator.c
index c00638cd2d1e..2ebc1c0b5e6f 100644
--- a/drivers/regulator/mt6311-regulator.c
+++ b/drivers/regulator/mt6311-regulator.c
@@ -133,8 +133,8 @@ static int mt6311_i2c_probe(struct i2c_client *i2c)
}
static const struct i2c_device_id mt6311_i2c_id[] = {
- {"mt6311", 0},
- {},
+ { "mt6311" },
+ {}
};
MODULE_DEVICE_TABLE(i2c, mt6311_i2c_id);