commit | cb7c5bdffb727a3d4dea5247d9d1d52238b01d90 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Feb 08 13:18:01 2013 -0800 |
committer | Jesse Gross <jesse@nicira.com> | Fri Feb 22 17:01:57 2013 -0800 |
tree | 95208844ea10a71a12193e1d70fe3754ce68145f | |
parent | 734907e82d21a75a514b80164185427a832a00c0 [diff] |
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>