commit | d52df2e2ea2d881b1439bbdec7f67c27e0f47941 | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Tue Jan 08 15:32:40 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jan 08 16:10:35 2008 -0800 |
tree | a2035b8336b49e868aa27fec4ecb21294db6cb08 | |
parent | a2b484a29cc9f565b013c0e7f1e0cc22dec12456 [diff] |
spi_bitbang: always grab lock with irqs blocked Fix a glitch reported by lockdep in the spi_bitbang code: it needs to consistently block IRQs when holding that spinlock. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>