git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad63764
)
irda: Fix error propagation in ircomm_lmp_connect_response()
author
David S. Miller
<davem@davemloft.net>
Thu, 19 May 2011 22:58:39 +0000
(18:58 -0400)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 May 2011 22:58:39 +0000
(18:58 -0400)
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 <davem@davemloft.net>
No differences found