lkml.org 
[lkml]   [2002]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] 2.5.40 (-ac5) - fix unresolved symbols
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/

\
 
 \ /
  Last update: 2005-03-22 13:29    [W:0.051 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site