commit | a24cae7012b59bfe1aed01fe3fc13d81b7b97b08 | [log] [tgz] |
---|---|---|
author | Jose Abreu <Jose.Abreu@synopsys.com> | Mon Nov 11 15:42:34 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 11 23:13:19 2019 -0800 |
tree | 76abcdbaa3702d703d4bc5866d7d41d726f10da1 | |
parent | 29711306ce971d55903a4a2de7ac5d051d4a8306 [diff] |
net: stmmac: Fix sparse warning The VID is converted to le16 so the variable must be __le16 type. Reported-by: kbuild test robot <lkp@intel.com> Fixes: c7ab0b8088d7 ("net: stmmac: Fallback to VLAN Perfect filtering if HASH is not available") Signed-off-by: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>