diff options
| author | Rosen, Rami <[email protected]> | 2015-07-22 04:57:02 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-07-25 05:56:22 +0000 |
| commit | 6ca91c604074788dfeb7dd714e74f0ad6bea8a77 (patch) | |
| tree | 6c86534cb872c0ebfe61f558fc69924d93c51e7b /net/tipc/msg.c | |
| parent | be2net: support ndo_get_phys_port_id() (diff) | |
| download | kernel-6ca91c604074788dfeb7dd714e74f0ad6bea8a77.tar.gz kernel-6ca91c604074788dfeb7dd714e74f0ad6bea8a77.zip | |
bridge: Fix setting a flag in br_fill_ifvlaninfo_range().
This patch fixes setting of vinfo.flags in the br_fill_ifvlaninfo_range() method. The
assignment of vinfo.flags &= ~BRIDGE_VLAN_INFO_RANGE_BEGIN has no effect and is
unneeded, as vinfo.flags value is overriden by the immediately following
vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_END assignement.
Signed-off-by: Rami Rosen <[email protected]>
Acked-by: Roopa Prabhu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/msg.c')
0 files changed, 0 insertions, 0 deletions
