From: Evgeniy Polyakov <[EMAIL PROTECTED]>
Date: Mon, 19 Jun 2006 09:30:35 +0400

> Attached patch declares connector init function as subsys_init()
> and returns -EAGAIN in case connector is not initialized yet.
> 
> Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]>

Applied, but I had to fixup something by hand:

> @@ -433,7 +436,7 @@ static void cn_callback(void *data)
>       up(&notify_lock);
>  }
>  
> -static int __init cn_init(void)
> +static int __devinit cn_init(void)

notify_lock is now a mutex.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to