[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080219172304.GB9896@dwalker1.mvista.com>
Date: Tue, 19 Feb 2008 09:23:04 -0800
From: Daniel Walker <dwalker@...sta.com>
To: matthias@...hlcke.net
Cc: wolfgang@...w-muees.de, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, akpm@...ux-foundation.org
Subject: Re: [patch 2/3] Convert ccp->readmutex in a mutex
On Mon, Feb 18, 2008 at 08:45:35PM +0100, matthias@...hlcke.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists