openvswitch: vlan: remove wrong likely statement
authorJiri Benc <jbenc@redhat.com>
Mon, 10 Oct 2016 15:02:42 +0000 (17:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Oct 2016 14:03:23 +0000 (10:03 -0400)
commit20ecf1e4e30005ad50f561a92c888b6477f99341
tree91c4e41faf3267212cb9c04f5865b1e49c02d464
parent88a2428b83db4328e69d1c0e2f7364041b8045bf
openvswitch: vlan: remove wrong likely statement

This code is called whenever flow key is being extracted from the packet.
The packet may be as likely vlan tagged as not.

Fixes: 018c1dda5ff1 ("openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes")
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Eric Garver <e@erig.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/flow.c