On 09/09/2022 17:10, Martin Povišer wrote: >>> +}; >>> +MODULE_DEVICE_TABLE(of, cs42l83_of_match); >>> + >>> +static struct i2c_driver cs42l83_i2c_driver = { >>> + .driver = { >>> + .name = "cs42l83", >>> + .pm = &cs42l83_i2c_pm_ops, >>> + .of_match_table = of_match_ptr(cs42l83_of_match), >> >> This should complain with compile testing. Usually it comes with >> __maybe_unused/ > > Which symbol? cs42l83_of_match has maybe_unused. > Ah, I missed it completely. It's fine. Best regards, Krzysztof