[PATCH] aha152x.c 2.5.40 queue_task compile failure

Michel Eyckmans (mce@pi.be)
Wed, 02 Oct 2002 01:49:23 +0200


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/