From: Alan Cox Date: Tue, 6 Feb 2007 00:31:03 +0000 (-0800) Subject: z85230: spinlock logic X-Git-Tag: v2.6.21-rc1~92^2~31^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d3ac4ec31ccf9a39065e8576260c6ac2652c83;p=pandora-kernel.git z85230: spinlock logic 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 Dascenzo reported the problem with the driver and this patch should fix the problem he found. Cc: "David S. Miller" Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed