From: Rich Lane Date: Fri, 8 Feb 2013 21:18:01 +0000 (-0800) Subject: openvswitch: Fix ovs_vport_cmd_new return value on success X-Git-Tag: v3.9-rc4~27^2~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7c5bdffb727a3d4dea5247d9d1d52238b01d90;p=pandora-kernel.git 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 Signed-off-by: Jesse Gross --- Reading git-diff-tree failed