summaryrefslogtreecommitdiff
path: root/drivers/video/backlight/arcxcnn_bl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/arcxcnn_bl.c')
-rw-r--r--drivers/video/backlight/arcxcnn_bl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/arcxcnn_bl.c b/drivers/video/backlight/arcxcnn_bl.c
index e610d7a1d13d..088bcca547dd 100644
--- a/drivers/video/backlight/arcxcnn_bl.c
+++ b/drivers/video/backlight/arcxcnn_bl.c
@@ -390,7 +390,7 @@ MODULE_DEVICE_TABLE(i2c, arcxcnn_ids);
static struct i2c_driver arcxcnn_driver = {
.driver = {
.name = "arcxcnn_bl",
- .of_match_table = of_match_ptr(arcxcnn_dt_ids),
+ .of_match_table = arcxcnn_dt_ids,
},
.probe_new = arcxcnn_probe,
.remove = arcxcnn_remove,