]> git.baikalelectronics.ru Git - kernel.git/commit
rapidio/tsi721: switch to dma_zalloc_coherent
authorAlexandre Bounine <alexandre.bounine@idt.com>
Thu, 8 Dec 2011 22:34:35 +0000 (14:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 9 Dec 2011 15:50:29 +0000 (07:50 -0800)
commitcf7193096b8830fdd67037920f246f8a85ae754a
tree8d19e47765da5c4521ad8513c9ed5e810be185cf
parent5055d42cee9a0eff3c745a728424d7f4967ba5b9
rapidio/tsi721: switch to dma_zalloc_coherent

Replace the pair dma_alloc_coherent()+memset() with the new
dma_zalloc_coherent() added by Andrew Morton for kernel version 3.2

Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rapidio/devices/tsi721.c