Re: [PATCH] net: dsa: microchip: remove of_match_ptr() from ksz9477_dt_ids

From: Vladimir Oltean
Date: Wed Jul 27 2022 - 20:56:02 EST


On Thu, Jul 28, 2022 at 06:16:50AM +0530, Souptick Joarder wrote:
> Few other drivers threw similar warnings and the suggestion was to
> remove of_match_ptr(). Anyway both approaches look fine.

I don't disagree with this change, I'm just saying that as a next step
we may block this driver from even being compiled if CONFIG_OF=n.