On Mon, Feb 18, 2008 at 08:45:35PM +0100, [EMAIL PROTECTED] 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-usb" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to