From: Rich Lane Date: Fri, 8 Feb 2013 17:30:23 +0000 (-0800) Subject: openvswitch: Fix ovs_vport_cmd_del return value on success X-Git-Tag: v3.9-rc4~27^2~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734907e82d21a75a514b80164185427a832a00c0;p=pandora-kernel.git openvswitch: Fix ovs_vport_cmd_del return value on success If the pointer does not represent an error then the PTR_ERR macro may still return a nonzero value. The fix is the same as in ovs_vport_cmd_set. Signed-off-by: Rich Lane Signed-off-by: Jesse Gross --- Reading git-diff-tree failed