commit | 40a2945b97b4da9120653d84f1c3a58fe58be64c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier.adi@gmail.com> | Mon Apr 06 19:00:38 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 07 08:31:05 2009 -0700 |
tree | 7c051cfc046035f9489df4bbccfa15c2de459b9b | |
parent | d24bd1d0dc850e7aa68c27ec288eb699d41a5916 [diff] |
Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any We only need to check SPI error when DMA failes, cause that is the DMA IRQ handling routine. Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>