9 Sep
2022
9 Sep
'22
5:33 p.m.
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