On 5/21/2024 6:23 PM, Miquel Raynal wrote:
Hi, quic_mdalam@xxxxxxxxxxx wrote on Tue, 21 May 2024 16:25:29 +0530:Use the bitfield macro FIELD_PREP, and GENMASK to do the shift and mask in one go. This makes the code more readable. Signed-off-by: Md Sadre Alam <quic_mdalam@xxxxxxxxxxx> --- Change in [v6] * Added FIELD_PREP() and GENMASK() macroMaybe you want to include linux/bitfield.h now.
Ok
Otherwise that's a great improvement. Thanks, Miquèl