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:
c9d10c4
)
rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().
author
David S. Miller
<davem@davemloft.net>
Thu, 19 May 2011 22:41:03 +0000
(18:41 -0400)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 May 2011 22:41:03 +0000
(18:41 -0400)
I backed off from trying to just eliminate this variable, since
transforming atomic_inc_return() into atomic_inc() takes away
the memory barriers.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found