Commit 05b4e3b2 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] fix Scsi_Host leak in BusLogic

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 35f295ad
......@@ -2344,6 +2344,8 @@ static int __exit BusLogic_ReleaseHostAdapter(struct BusLogic_HostAdapter *HostA
Remove Host Adapter from the list of registered BusLogic Host Adapters.
*/
list_del(&HostAdapter->host_list);
scsi_host_put(Host);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment