[PATCH] 2.5.43: cpqarray compile fix

From: Adam Kropelin (akropel1@rochester.rr.com)
Date: Wed Oct 16 2002 - 10:22:43 EST


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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:28 EST