commit | a734d1f4c2fc962ef4daa179e216df84a8ec5f84 | [log] [tgz] |
---|---|---|
author | Eelco Chaudron <echaudro@redhat.com> | Thu May 02 16:12:38 2019 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat May 04 01:36:36 2019 -0400 |
tree | c491684ed2d58f4ca580e02da067d756f18e107c | |
parent | 3aa4c491c55dadd9d5c19f0a8443cb4a2ab41651 [diff] |
net: openvswitch: return an error instead of doing BUG_ON() For all other error cases in queue_userspace_packet() the error is returned, so it makes sense to do the same for these two error cases. Reported-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: David S. Miller <davem@davemloft.net>