lkml.org 
[lkml]   [1999]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject2.3.3: paride problems
Date
From
drivers/block/paride/paride.c is the only place in patch-2.3.1 where
init_wait_queue_head() is used, elsewhere it is init_waitqueue_head().
Patch follows.

--- linux/drivers/block/paride/paride.c.dist-2.3.3 Fri May 14 00:32:49 1999
+++ linux/drivers/block/paride/paride.c Tue May 18 21:48:18 1999
@@ -247,7 +247,7 @@
pi->pardev = (void *) parport_register_device(
pp,pi->device,NULL,pi_wake_up,NULL,0,(void *)pi);

- init_wait_queue_head(&pi->parq);
+ init_waitqueue_head(&pi->parq);

if (verbose) printk("%s: 0x%x is %s\n",pi->device,pi->port,pp->name);

@@ -357,7 +357,7 @@

pi->parname = NULL;
pi->pardev = NULL;
- init_wait_queue_head(&pi->parq);
+ init_waitqueue_head(&pi->parq);
pi->claimed = 0;
pi->claim_cont = NULL;

--
Horst von Brand vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viña del Mar, Chile +56 32 672616
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

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