On Wed, Jul 23, 2025 at 10:55:37AM +0200, Jacek Kowalski wrote: > Remove unnecessary casts of constant values to u16. > C's integer promotion rules make them ints no matter what. > > Additionally drop cast from u16 to int in return statements. > > Signed-off-by: Jacek Kowalski <[email protected]> > Suggested-by: Simon Horman <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
