Hi,

On Sat, Jul 23, 2005 at 05:25:18PM +0100, Ben Dooks wrote:
> Fix DM9000 driver usage of spinlocks, which mainly came to light
> when running a kernel with spinlock debugging. These come down to:
> 
> 1) Un-initialised spin lock
> 
> 2) Several cases of using  spin_xxx(lock) and not spin_xxx(&lock)
> 
> 3) move the locking around the phy reg for read/write to only
>    keep the lock when actually reading or writing to the phy.
> 
> Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
> 

Good to see someone else has better eyes than me ;)

acked-by: Sascha Hauer <[EMAIL PROTECTED]>

Sascha

-
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