On 7/5/2020 1:42 PM, Andrew Lunn wrote: > Oddly, GENMASK() requires signed bit numbers, so that it can compare > them for < 0. If passed an unsigned type, we get warnings about the > test never being true. > > Signed-off-by: Andrew Lunn <and...@lunn.ch> The subject should also be prefixed with "net: " similar to the bcm_sf2 patches you just sent out, with that fixed: Reviewed-by: Florian Fainelli <f.faine...@gmail.com> -- Florian
- [PATCH] dsa: rtl8366: Pass GENMASK() signed bits Andrew Lunn
- Re: [PATCH] dsa: rtl8366: Pass GENMASK() signed bits Florian Fainelli
- Re: [PATCH] dsa: rtl8366: Pass GENMASK() signed ... David Miller
- Re: [PATCH] dsa: rtl8366: Pass GENMASK() signed bits Linus Walleij