diff options
author | 2017-06-05 19:08:04 +0100 | |
---|---|---|
committer | 2017-06-05 17:45:51 -0400 | |
commit | 9d15e5cc8cb68326f7f89b76e04c834fe8e1a2db (patch) | |
tree | fb6dfea8aeb0823f2d3b498eb1e6aadfaa835d6b /include/linux | |
parent | net-next: stmmac: dwmac-sun8i: ensure the EPHY is properly reseted (diff) | |
download | wireguard-linux-9d15e5cc8cb68326f7f89b76e04c834fe8e1a2db.tar.xz wireguard-linux-9d15e5cc8cb68326f7f89b76e04c834fe8e1a2db.zip |
mdio: mux: fix an incorrect less than zero error check using a u32
The u32 variable v is being checked to see if an error return is
less than zero and this check has no effect because it is unsigned.
Fix this by making v and int (this also matches the type of
cb->bus_number which is assigned to the value in v).
Detected by CoverityScan, CID#1440454 ("Unsigned compared against zero")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions