ARM64: configs: tizen: Adjust for mipi csi camera of rpi5
[platform/kernel/linux-rpi.git] / drivers / leds / leds-an30259a.c
index 24b1041..0216afe 100644 (file)
@@ -344,7 +344,7 @@ MODULE_DEVICE_TABLE(i2c, an30259a_id);
 static struct i2c_driver an30259a_driver = {
        .driver = {
                .name = "leds-an30259a",
-               .of_match_table = of_match_ptr(an30259a_match_table),
+               .of_match_table = an30259a_match_table,
        },
        .probe = an30259a_probe,
        .remove = an30259a_remove,