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:
11fee8a
)
target: make queue_tm_rsp() return void
author
Joern Engel
<joern@logfs.org>
Wed, 3 Jul 2013 15:22:17 +0000
(11:22 -0400)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Mon, 8 Jul 2013 01:36:53 +0000
(18:36 -0700)
The return value wasn't checked by any of the callers. Assuming this is
correct behaviour, we can simplify some code by not bothering to
generate it.
nab: Add srpt_queue_data_in() + srpt_queue_tm_rsp() nops around
srpt_queue_response() void return
Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found