]> git.baikalelectronics.ru Git - kernel.git/commit
target: Remove no-op conditional
authorAndy Grover <agrover@redhat.com>
Thu, 3 Sep 2015 23:03:43 +0000 (16:03 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 11 Sep 2015 07:32:32 +0000 (00:32 -0700)
commit5708e9c7d4b80a11f1ed28e88bb9fa38bfdc5669
tree6ace8316efba7b682d5491fcc9c91acb668db9a1
parentc070011a25d014fba8dd0eb387d1920fa02879b7
target: Remove no-op conditional

This does nothing, and there are many other places where
transport_cmd_check_stop_to_fabric()'s retval is not checked>, If we
wanted to check it here, we should probably do it those other places too.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c