Re: [patch 04/11] z85230: spinlock logic

2007-02-06 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Alan Cox <[EMAIL PROTECTED]> At some point someone added a spin_lock(&dev->lock) to the IRQ handler for the Z85230 driver. This actually correctly fixes a bug but the necessary changes to remove the chan->lock calls in the event handlers were not made (c->lock is

[patch 04/11] z85230: spinlock logic

2007-02-05 Thread akpm
From: Alan Cox <[EMAIL PROTECTED]> At some point someone added a spin_lock(&dev->lock) to the IRQ handler for the Z85230 driver. This actually correctly fixes a bug but the necessary changes to remove the chan->lock calls in the event handlers were not made (c->lock is the same lock). Simona Das