Re: [PATCH v4 1/3] igb: Use FIELD_GET() to extract Link Width

From: Simon Horman
Date: Thu Nov 23 2023 - 06:57:39 EST


On Tue, Nov 21, 2023 at 02:34:26PM +0200, Ilpo Järvinen wrote:
> Use FIELD_GET() to extract PCIe Negotiated Link Width field instead of
> custom masking and shifting.
>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>

Thanks, nice to see FIELD_GET() used here.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>