Re: [PATCH 1/4] misc: tsl2550: Add OF device ID table

From: Arnd Bergmann
Date: Tue Mar 14 2017 - 16:53:30 EST


\
> 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