|
@@ -137,8 +137,7 @@ core_alloc_hba(const char *plugin_name, u32 plugin_dep_id, u32 hba_flags)
|
|
return hba;
|
|
return hba;
|
|
|
|
|
|
out_module_put:
|
|
out_module_put:
|
|
- if (hba->transport->owner)
|
|
|
|
- module_put(hba->transport->owner);
|
|
|
|
|
|
+ module_put(hba->transport->owner);
|
|
hba->transport = NULL;
|
|
hba->transport = NULL;
|
|
out_free_hba:
|
|
out_free_hba:
|
|
kfree(hba);
|
|
kfree(hba);
|
|
@@ -159,8 +158,7 @@ core_delete_hba(struct se_hba *hba)
|
|
pr_debug("CORE_HBA[%d] - Detached HBA from Generic Target"
|
|
pr_debug("CORE_HBA[%d] - Detached HBA from Generic Target"
|
|
" Core\n", hba->hba_id);
|
|
" Core\n", hba->hba_id);
|
|
|
|
|
|
- if (hba->transport->owner)
|
|
|
|
- module_put(hba->transport->owner);
|
|
|
|
|
|
+ module_put(hba->transport->owner);
|
|
|
|
|
|
hba->transport = NULL;
|
|
hba->transport = NULL;
|
|
kfree(hba);
|
|
kfree(hba);
|