Messages in this thread |  | | Date | Tue, 19 Feb 2008 09:23:04 -0800 | | From | Daniel Walker <> | | Subject | Re: [patch 2/3] Convert ccp->readmutex in a mutex |
| |
On Mon, Feb 18, 2008 at 08:45:35PM +0100, matthias@kaehlcke.net wrote: > @@ -1391,7 +1391,7 @@ > > /* Initialize device descriptor */ > init_MUTEX( &ccp->mutex); > - init_MUTEX( &ccp->readmutex); > + mutex_init(&ccp->readmutex); > auerbuf_init (&ccp->bufctl); > ccp->scontext.id = AUH_UNASSIGNED; > ccp->scontext.dispatch = auerchar_ctrlread_dispatch;
Whitespace problems here? Might be good to do a checkpatch cleanup on this one too ..
Daniel
|  |