From: David S. Miller Date: Thu, 19 May 2011 22:58:39 +0000 (-0400) Subject: irda: Fix error propagation in ircomm_lmp_connect_response() X-Git-Tag: v3.0-rc1~377^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce6eb1a4a4bc46820f23e927377d386d3ec5404;p=pandora-kernel.git irda: Fix error propagation in ircomm_lmp_connect_response() The variable 'ret' is set but unused, and this pointed out that errors from irlmp_connect_response() are not propagated to the caller. Note that this is currently academic since irlmp_connect_response() always returns 0. :-) Signed-off-by: David S. Miller --- Reading git-diff-tree failed