Re: [PATCH 09/10] ASoC: cs42l83: Extend CS42L42 support to new part

From: Krzysztof Kozlowski
Date: Fri Sep 09 2022 - 11:35:27 EST


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