[PATCH] aha152x.c 2.5.40 queue_task compile failure

From: Michel Eyckmans (MCE) (mce@pi.be)
Date: Tue Oct 01 2002 - 18:49:23 EST


Unless I utterly misunderstood something, the following should
be obviously correct:

--- linux.orig/drivers/scsi/aha152x.c Wed Oct 2 01:39:42 2002
+++ linux/drivers/scsi/aha152x.c Wed Oct 2 01:40:05 2002
@@ -1941,8 +1941,7 @@
        /* Poke the BH handler */
        HOSTDATA(shpnt)->service++;
        aha152x_tq.routine = (void *) run;
- queue_task(&aha152x_tq, &tq_immediate);
- mark_bh(IMMEDIATE_BH);
+ schedule_task(&aha152x_tq);
 }
 
 /*

-
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 : Mon Oct 07 2002 - 22:00:30 EST