Re: [PATCH] 2.5.40 (-ac5) - fix unresolved symbols

From: Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Date: Sun Oct 06 2002 - 19:16:19 EST


Em Sun, Oct 06, 2002 at 09:10:27PM -0300, Carlos E Gorges escreveu:
> --- linux-2.5.40-ac5/drivers/ieee1394/raw1394.c Tue Oct 1 04:05:48 2002
> +++ linux-2.5/drivers/ieee1394/raw1394.c Sun Oct 6 20:55:57 2002
> @@ -786,7 +786,7 @@
> req->tq.data = req;
> req->tq.routine = (void (*)(void*))queue_complete_req;
> req->req.length = 0;
> - queue_task(&req->tq, &packet->complete_tq);
> + schedule_task(&req->tq);

Shouldn't INIT_WORK be used?

- Arnaldo
-
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:56 EST