From: Dan Carpenter Date: Sun, 13 May 2012 08:44:18 +0000 (+0000) Subject: openvswitch: checking wrong variable in queue_userspace_packet() X-Git-Tag: v3.4~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa51d64c1f526e43b1e7f89fb8b98c2fd583f4b;p=pandora-kernel.git openvswitch: checking wrong variable in queue_userspace_packet() "skb" is non-NULL here, for example we dereference it in skb_clone(). The intent was to test "nskb" which was just set. Signed-off-by: Dan Carpenter Acked-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed