commit | 7fe7b2f4ec14d6517078c5bc32b04301b468041c | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Fri Oct 03 15:23:46 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 03 18:22:18 2008 -0700 |
tree | ded474f209ad27a57bef37c7064985b5a422c1f9 | |
parent | 09b05f5ee04cd2e2af3384d50646f53c76712f10 [diff] |
dw_dmac: fix copy/paste bug in tasklet The tasklet checks RAW.BLOCK twice, and does not check RAW.XFER. This is obviously wrong, and could theoretically cause the driver to hang. Reported-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>