On 10/1/2022 3:23 PM, kernel test robot wrote:
sound/soc/codecs/wm8961.c:974:34: warning: 'wm8961_of_match' defined but not used [-Wunused-const-variable=]974 | static const struct of_device_id wm8961_of_match[] = { | ^~~~~~~~~~~~~~~
Oops, nice catch by the kernel test robot. I will submit a V2 patch that does this part exactly how the wm8960 driver does it, including .of_match_table in wm8961_i2c_driver. Waiting to see if I get any other feedback on V1 first. Thanks, Doug