From 1f17f29658f962111a96edc24aba4bd2cdc32abf Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 28 Nov 2012 14:17:32 +0000 Subject: [PATCH] qla2x00t: Remove a superfluous check from q2t_remove_target() (merge r4312 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4634 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 97d8d96d5..f9baa587e 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -5883,11 +5883,6 @@ static int q2t_remove_target(scsi_qla_host_t *ha) { TRACE_ENTRY(); - if ((ha->q2t_tgt == NULL) || (ha->tgt != NULL)) { - PRINT_ERROR("qla2x00t(%ld): Can't remove " - "existing target", ha->instance); - } - TRACE_DBG("Unregistering target for host %ld(%p)", ha->host_no, ha); scst_unregister_target(ha->q2t_tgt->scst_tgt); /*