openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
authorPaolo Abeni <pabeni@redhat.com>
Sun, 1 Dec 2019 17:41:24 +0000 (18:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2019 14:38:16 +0000 (15:38 +0100)
commit2356f0b95fc04f37a028e4f67ef7812aacd2e30c
tree053f3f03092e4de4cf39ffdf5144dd0066ad41dd
parentf5bcc687e3d699bc4949bf37ef5f77fa50269f8c
openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()

[ Upstream commit 8ffeb03fbba3b599690b361467bfd2373e8c450f ]

All the callers of ovs_flow_cmd_build_info() already deal with
error return code correctly, so we can handle the error condition
in a more gracefull way. Still dump a warning to preserve
debuggability.

v1 -> v2:
 - clarify the commit message
 - clean the skb and report the error (DaveM)

Fixes: ccb1352e76cf ("net: Add Open vSwitch kernel components.")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/openvswitch/datapath.c