commit | 34f8f0d294423a7e2ef84a741890b1bfa317aa4e | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Wed Aug 15 12:56:58 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:51:10 2007 -0400 |
tree | fe4c09f6a8dd2e5fa2566a59fa8fd0e97fc04b69 | |
parent | a57b1fccdfa65b78481f5e651833d979e545de04 [diff] |
[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>