Re: [PATCH 3/3] mmc: sunxi: drop of_match_ptr from of_device_id table

2020-10-27 Thread Ulf Hansson
On Mon, 26 Oct 2020 at 16:40, Krzysztof Kozlowski wrote: > > The driver can match only via DT table so it 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 for sunxi). This > fixes compile warning: >

Re: [PATCH 3/3] mmc: sunxi: drop of_match_ptr from of_device_id table

2020-10-26 Thread Maxime Ripard
On Mon, Oct 26, 2020 at 04:38:10PM +0100, Krzysztof Kozlowski wrote: > The driver can match only via DT table so it 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 for sunxi). This > fixes compile

[PATCH 3/3] mmc: sunxi: drop of_match_ptr from of_device_id table

2020-10-26 Thread Krzysztof Kozlowski
The driver can match only via DT table so it 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 for sunxi). This fixes compile warning: drivers/mmc/host/sunxi-mmc.c:1181:34: warning: