aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/light/al3320a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/light/al3320a.c')
-rw-r--r--drivers/iio/light/al3320a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/al3320a.c b/drivers/iio/light/al3320a.c
index 105f379b9b41..497ea3fe3377 100644
--- a/drivers/iio/light/al3320a.c
+++ b/drivers/iio/light/al3320a.c
@@ -236,7 +236,7 @@ static DEFINE_SIMPLE_DEV_PM_OPS(al3320a_pm_ops, al3320a_suspend,
al3320a_resume);
static const struct i2c_device_id al3320a_id[] = {
- {"al3320a", 0},
+ { "al3320a" },
{}
};
MODULE_DEVICE_TABLE(i2c, al3320a_id);