Connector: Correctly set the error code in case of success when dispatching receive...
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 17 May 2011 22:25:38 +0000 (15:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 19:02:00 +0000 (12:02 -0700)
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 <kys@microsoft.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Cc: stable <stable@kernel.org> [.39]
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found