commit | 6f15667e21e40ef14005699610723a13cfb26155 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Wed Jan 02 12:48:00 2013 -0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Feb 13 11:27:22 2013 -0800 |
tree | c7a488bc414b2881c04c1a2df3dff1ba9eba9059 | |
parent | 0dfa1c5da3e4b6849d40f4c3fc43212b6359a09d [diff] |
target: Remove useless if statement We do the same thing no matter which way the test goes, so just remove the test and do what we're going to do. The debug messages printed the wrong value of CMD_T_ACTIVE and don't seem particularly useful, remove them too. Signed-off-by: Roland Dreier <roland@purestorage.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>