From: K. Y. Srinivasan Date: Tue, 17 May 2011 22:25:38 +0000 (-0700) Subject: Connector: Correctly set the error code in case of success when dispatching receive... X-Git-Tag: v3.0-rc6~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663dd6dcaf7e95526e469e91f41972a9c0cca30c;p=pandora-kernel.git Connector: Correctly set the error code in case of success when dispatching receive callbacks The recent changes to the connector code introduced this bug where even when a callback was invoked, we would return an error resulting in double freeing of the skb. This patch fixes this bug. Signed-off-by: K. Y. Srinivasan Acked-by: Evgeniy Polyakov Cc: stable [.39] Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed