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>