Re: [PATCH 1/2] mailbox: ti-msgmgr: Remove use of of_match_ptr() helper

From: Arnd Bergmann
Date: Mon Oct 14 2024 - 10:55:51 EST


On Mon, Oct 14, 2024, at 14:48, Andrew Davis wrote:
> When OF support is disabled the of_device_id struct match table can be
> conditionally compiled out, this helper allows the assignment to also be
> turned into a NULL conditionally. When the of_device_id struct is not
> conditionally defined based on OF then the table will be unused causing a
> warning. The two options are to either set the table as _maybe_unused, or
> to just remove this helper since the table will always be defined.
> Do the latter here.
>
> Signed-off-by: Andrew Davis <afd@xxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>