diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-09-28 05:31:50 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-28 10:51:39 +0300 |
commit | 0675c285ea65540cccae64c87dfc7a00c7ede03a (patch) | |
tree | ec56052d7d43b43433755deb33b662d72451d896 /net/wireless/core.h | |
parent | 4cd4b3619a2d434fe14304a925429855cfb4c953 (diff) | |
download | linux-0675c285ea65540cccae64c87dfc7a00c7ede03a.tar.xz |
net: vlan: Fixed signedness in vlan_group_prealloc_vid()
After commit d0186842ec5f ("net: vlan: Avoid using BUG() in
vlan_proto_idx()"), vlan_proto_idx() was changed to return a signed
integer, however one of its called: vlan_group_prealloc_vid() was still
using an unsigned integer for its return value, fix that.
Fixes: d0186842ec5f ("net: vlan: Avoid using BUG() in vlan_proto_idx()")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wireless/core.h')
0 files changed, 0 insertions, 0 deletions