commit | b79fafac70fc9bbe640b8193ed772eb850efdfe6 | [log] [tgz] |
---|---|---|
author | Joern Engel <joern@logfs.org> | Wed Jul 03 11:22:17 2013 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sun Jul 07 18:36:53 2013 -0700 |
tree | b99c39999610a4371563ec179d3b2e10a04c2df0 | |
parent | 11fee8a751670cf6d60b1912e2e9cb1c7e392842 [diff] |
target: make queue_tm_rsp() return void 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>