Re: [PATCH] smc911x: Re-release spinlock on spurious interrupt

2006-07-20 Thread Peter Korsgaard
> "Peter" == Peter Korsgaard <[EMAIL PROTECTED]> writes: Peter> Hi, Peter> The smc911x driver forgets to release the spinlock on spurious Peter> interrupts. This little patch fixes it. Crap - forgot to sign off :/ Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> diff -Naur linux-2.6.18

[PATCH] smc911x: Re-release spinlock on spurious interrupt

2006-07-20 Thread Peter Korsgaard
Hi, The smc911x driver forgets to release the spinlock on spurious interrupts. This little patch fixes it. diff -Naur linux-2.6.18-rc2.orig/drivers/net/smc911x.c linux-2.6.18-rc2/drivers/net/smc911x.c --- linux-2.6.18-rc2.orig/drivers/net/smc911x.c 2006-07-20 10:26:20.0 +0200 +++ linux-