\
>  static struct i2c_driver tsl2550_driver = {
>         .driver = {
>                 .name   = TSL2550_DRV_NAME,
> +               .of_match_table = of_match_ptr(tsl2550_of_match),
>                 .pm     = TSL2550_PM_OPS,
>         },

Please drop the incorrect of_match_ptr().

    Arnd

Reply via email to