Re: [PATCH] Workqueue updates for the Atari EtherNEC driver

2007-02-08 Thread Roman Zippel
Hi, On Thu, 8 Feb 2007, Geert Uytterhoeven wrote: > Workqueue updates for the Atari EtherNEC driver (does this make sense?) These changes yes, but while I looked at the driver I noticed a few other things. > @@ -222,7 +223,7 @@ static int use_poll; > */ > static wait_queue_head_t WaitQ; >

[PATCH] Workqueue updates for the Atari SCSI driver

2007-02-08 Thread Geert Uytterhoeven
Workqueue updates for the Atari SCSI driver (does this make sense?) Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/scsi/atari_NCR5380.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-m68k-2.6.20.orig/drivers/scsi/atari_NCR5380.c +++ linux-m68k-2.6.20/d

[PATCH] Workqueue updates for the Atari EtherNEC driver

2007-02-08 Thread Geert Uytterhoeven
Workqueue updates for the Atari EtherNEC driver (does this make sense?) Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> --- drivers/net/atari_ethernec.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- linux-m68k-2.6.20.orig/drivers/net/atari_ethernec.c +++ linux-m68k-2