]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[SCSI] ibmmca: Stop leaking scsi_hosts on exit
authorMatthew Wilcox <matthew@wil.cx>
Wed, 15 Aug 2007 18:56:58 +0000 (12:56 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:51:10 +0000 (14:51 -0400)
commit34f8f0d294423a7e2ef84a741890b1bfa317aa4e
treefe4c09f6a8dd2e5fa2566a59fa8fd0e97fc04b69
parenta57b1fccdfa65b78481f5e651833d979e545de04
[SCSI] ibmmca: Stop leaking scsi_hosts on exit

There was a missing call to scsi_host_put() causing us to leak a scsi
host every time this module was unloaded.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ibmmca.c