Re: [PATCH net] net: phy: micrel: Fixes FIELD_GET assertion

From: Jakub Kicinski
Date: Mon Oct 03 2022 - 20:08:57 EST


On Mon, 3 Oct 2022 12:01:30 +0530 Divya Koppera wrote:
> FIELD_GET() must only be used with a mask that is a compile-time
> constant. Mark the functions as __always_inline to avoid the problem.
>
> Fixes: 21b688dabecb6a ("net: phy: micrel: Cable Diag feature for lan8814 phy")

Does not apply cleanly to net, please rebase & resend.