Re: [patch 2/3] Convert ccp->readmutex in a mutex

From: Daniel Walker
Date: Tue Feb 19 2008 - 12:29:44 EST


On Mon, Feb 18, 2008 at 08:45:35PM +0100, matthias@xxxxxxxxxxxx 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/