target: Remove no-op conditional
[linux-2.6-microblaze.git] / drivers / target / target_core_transport.c
index 62bafaa..5bacc7b 100644 (file)
@@ -1741,8 +1741,7 @@ void transport_generic_request_failure(struct se_cmd *cmd,
 
 check_stop:
        transport_lun_remove_cmd(cmd);
-       if (!transport_cmd_check_stop_to_fabric(cmd))
-               ;
+       transport_cmd_check_stop_to_fabric(cmd);
        return;
 
 queue_full: