openvswitch: Fix ovs_vport_cmd_new return value on success
authorRich Lane <rlane@bigswitch.com>
Fri, 8 Feb 2013 21:18:01 +0000 (13:18 -0800)
committerJesse Gross <jesse@nicira.com>
Sat, 23 Feb 2013 01:01:57 +0000 (17:01 -0800)
commitcb7c5bdffb727a3d4dea5247d9d1d52238b01d90
tree95208844ea10a71a12193e1d70fe3754ce68145f
parent734907e82d21a75a514b80164185427a832a00c0
openvswitch: Fix ovs_vport_cmd_new return value on success

If the pointer does not represent an error then the PTR_ERR
macro may still return a nonzero value.

Signed-off-by: Rich Lane <rlane@bigswitch.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/datapath.c
This page took 0.026537 seconds and 5 git commands to generate.