public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.43: cpqarray compile fix
@ 2002-10-16 15:22 Adam Kropelin
  0 siblings, 0 replies; only message in thread
From: Adam Kropelin @ 2002-10-16 15:22 UTC (permalink / raw)
  To: torvalds; +Cc: viro, linux-kernel

This fixes a recent dyslexicism in cpqarray.

--Adam

--- linux-2.5.43/drivers/block/cpqarray.c	Wed Oct 16 10:16:53 2002
+++ linux-2.5.43-mm1/drivers/block/cpqarray.c	Wed Oct 16 11:15:16 2002
@@ -1427,7 +1427,7 @@
 	 */
 	for (i = 0; i < NWD; i++) {
 		struct gendisk *disk = ida_gendisk[ctlr][i];
-		if (disk->flags & GENDH_FL_UP)
+		if (disk->flags & GENHD_FL_UP)
 			del_gendisk(disk);
 	}
 	memset(hba[ctlr]->drv,            0, sizeof(drv_info_t)*NWD);


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

only message in thread, other threads:[~2002-10-16 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-16 15:22 [PATCH] 2.5.43: cpqarray compile fix Adam Kropelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox