diff options
author | Andrew Lunn <andrew@lunn.ch> | 2020-07-05 22:42:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-05 15:47:28 -0700 |
commit | da31735cb9db61dccea0bc9eeb581b41106a247a (patch) | |
tree | f1063e191c20598f7eb9531ef22fb074d1a20c09 /drivers/reset | |
parent | 74dc1d46ee52037b10b7e55a993764baa93f2f18 (diff) | |
download | linux-stable-da31735cb9db61dccea0bc9eeb581b41106a247a.tar.gz linux-stable-da31735cb9db61dccea0bc9eeb581b41106a247a.tar.bz2 linux-stable-da31735cb9db61dccea0bc9eeb581b41106a247a.zip |
net: dsa: rtl8366: Pass GENMASK() signed bits
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 <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/reset')
0 files changed, 0 insertions, 0 deletions