]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitceb96398127f3388cb5815b2ab550196e2be5d68
tree8d19e47765da5c4521ad8513c9ed5e810be185cf
parent2a95ea6c0d129b4568fb64e1deda16ceb20e6636
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