Re: [PATCH 14/16] mfd: wm8994: drop of_match_ptr from of_device_id table

2020-11-20 Thread Charles Keepax
On Fri, Nov 20, 2020 at 05:21:31PM +0100, Krzysztof Kozlowski wrote: > The driver can match only via the DT table so the table should be always > used and the of_match_ptr does not have any sense (this also allows ACPI > matching via PRP0001, even though it is not relevant here). This fixes >

[PATCH 14/16] mfd: wm8994: drop of_match_ptr from of_device_id table

2020-11-20 Thread Krzysztof Kozlowski
The driver can match only via the DT table so the table should be always used and the of_match_ptr does not have any sense (this also allows ACPI matching via PRP0001, even though it is not relevant here). This fixes compile warning (!CONFIG_OF on x86_64): drivers/mfd/wm8994-core.c:618:34: