All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix Scsi_Host leak in BusLogic
@ 2004-09-14 18:23 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-09-14 18:23 UTC (permalink / raw)
  To: jejb; +Cc: linux-scsi


--- 1.33/drivers/scsi/BusLogic.c	2004-08-29 16:58:42 +02:00
+++ edited/drivers/scsi/BusLogic.c	2004-09-14 22:11:49 +02:00
@@ -2344,6 +2344,8 @@
 	   Remove Host Adapter from the list of registered BusLogic Host Adapters.
 	 */
 	list_del(&HostAdapter->host_list);
+
+	scsi_host_put(Host);
 	return 0;
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-14 18:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-14 18:23 [PATCH] fix Scsi_Host leak in BusLogic Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.