Re: [PATCH] PCI: dwc: ep: Use FIELD_GET()

From: Niklas Cassel
Date: Thu Apr 24 2025 - 09:44:52 EST


On Mon, Apr 21, 2025 at 07:45:48PM +0800, Hans Zhang wrote:
> Use FIELD_GET() and FIELD_PREP() to remove dependences on the field
> position, i.e., the shift value. No functional change intended.

Nit: It is a little bit misleading to write "Use ... FIELD_PREP()"
since this patch actually never uses FIELD_PREP().

Reviewed-by: Niklas Cassel <cassel@xxxxxxxxxx>