diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-12-10 14:25:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-10 22:55:05 +0300 |
commit | b1dd054dbb72551d42686862f935f96c3e2a53ea (patch) | |
tree | 4f05f8d47d93faabf6c070ed9a96e1326882006e /drivers/net/ieee802154 | |
parent | c1c8c27701b8fcc0cbbe4af0f9304df466b0123e (diff) | |
download | linux-b1dd054dbb72551d42686862f935f96c3e2a53ea.tar.xz |
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