Re: [PATCH 09/16] mfd: max77686: drop of_match_ptr from of_device_id table

2020-11-22 Thread Chanwoo Choi
Hi Krzysztof, On 11/21/20 1:21 AM, 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 > compile

[PATCH 09/16] mfd: max77686: 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/max77686.c:148:34: