Re: [PATCH 10/12] smc911x: phy_configure releases spinlocks before grabing

2006-09-13 Thread Francois Romieu
[EMAIL PROTECTED] <[EMAIL PROTECTED]> : [...] > @@ -1040,6 +1037,7 @@ > > smc911x_phy_configure_exit: > spin_unlock_irqrestore(&lp->lock, flags); The change is fine but I'd rename this one as ${some_random_string_}out_unlock as well. -- Ueimor - To unsubscribe from this list: send the l

[PATCH 10/12] smc911x: phy_configure releases spinlocks before grabing

2006-09-13 Thread bora . sahin
phy_configure releases spinlocks before grabing... Signed-off-by: Bora Sahin <[EMAIL PROTECTED]> Index: linux-2.6.18-rc4/drivers/net/smc911x.c === --- linux-2.6.18-rc4.orig/drivers/net/smc911x.c 2006-08-06 21:20:11.0 +0300