From: Barry Song Date: Fri, 22 Jan 2010 10:07:30 +0000 (+0000) Subject: spi/bfin_spi: use dma_disable_irq_nosync() in irq handler X-Git-Tag: v2.6.37-rc1~187^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75bd65b2189d711938d0fa7d9a79df47ddd66fa;p=pandora-kernel.git spi/bfin_spi: use dma_disable_irq_nosync() in irq handler Using disable_irq() on the IRQ whose handler we are currently executing in can easily lead to a hang. So use the nosync variant here. Signed-off-by: Barry Song Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed