commit | b1dd054dbb72551d42686862f935f96c3e2a53ea | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Mon Dec 10 19:25:38 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 10 11:55:05 2018 -0800 |
tree | 4f05f8d47d93faabf6c070ed9a96e1326882006e | |
parent | c1c8c27701b8fcc0cbbe4af0f9304df466b0123e [diff] |
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>