git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4312 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2012-05-22 01:13:20 +00:00
parent b2a7517ef5
commit 42d320f400

View File

@@ -5863,11 +5863,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);
/*