linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cciss updates for 2.6 [2 of 11]
@ 2004-02-05  0:07 mikem
  0 siblings, 0 replies; only message in thread
From: mikem @ 2004-02-05  0:07 UTC (permalink / raw)
  To: akpm, axboe; +Cc: linux-kernel

Patch 2 of 11. Please apply in order.
This patch fixes a bug where under certain error conditions we bail and
try to free our I/O memory. Bug fix.
This patch is in the 2.4 tree.
--------------------------------------------------------------------------------------
diff -burN lx261-p001/drivers/block/cciss.c lx261/drivers/block/cciss.c
--- lx261-p001/drivers/block/cciss.c	2004-01-21 15:55:37.000000000 -0600
+++ lx261/drivers/block/cciss.c	2004-01-21 16:16:41.000000000 -0600
@@ -2234,7 +2234,7 @@
 #endif /* CCISS_DEBUG */
 	if (cfg_base_addr_index == -1) {
 		printk(KERN_WARNING "cciss: Cannot find cfg_base_addr_index\n");
-		release_io_mem(hba[i]);
+		release_io_mem(c);
 		return -1;
 	}


Thanks,
mikem
mike.miller@hp.com


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

only message in thread, other threads:[~2004-02-05  0:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-05  0:07 cciss updates for 2.6 [2 of 11] mikem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).