e04 author Matthew Wilcox 1187204218 -0600 committer James Bottomley 1192215070 -0400 [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 Signed-off-by: James Bottomley