commit | 7370ed6b91c37d7022a89a820b0fcd3156fa87fc | [log] [tgz] |
---|---|---|
author | Yi Li <yi.li@analog.com> | Mon Dec 07 08:07:01 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Oct 18 02:49:38 2010 -0400 |
tree | 7a0eb591a99fb634a2bcc18fa16534ca8df68918 | |
parent | 9677b0de10433d31e05864dfb4bf33d0c27f752a [diff] |
spi/bfin_spi: use nosync when disabling the IRQ from the 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: Yi Li <yi.li@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>