diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-12-10 12:25:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-10 20:55:05 +0100 |
commit | b1dd054dbb72551d42686862f935f96c3e2a53ea (patch) | |
tree | 4f05f8d47d93faabf6c070ed9a96e1326882006e /drivers/net/ieee802154 | |
parent | net: hns3: fix spelling mistake "offser" -> "offset" (diff) | |
download | linux-b1dd054dbb72551d42686862f935f96c3e2a53ea.tar.xz linux-b1dd054dbb72551d42686862f935f96c3e2a53ea.zip |
ipvlan: Remove a useless comparison
Fix following gcc warning:
drivers/net/ipvlan/ipvlan_main.c:543:12: warning:
comparison is always false due to limited range of data type [-Wtype-limits]
'mode' is a u16 variable, IPVLAN_MODE_L2 is zero,
the comparison is always false
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ieee802154')
0 files changed, 0 insertions, 0 deletions