]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rapidio/tsi721: switch to dma_zalloc_coherent
authorAlexandre Bounine <alexandre.bounine@idt.com>
Thu, 8 Dec 2011 04:32:05 +0000 (15:32 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 9 Dec 2011 04:52:20 +0000 (15:52 +1100)
commit825791a921547b999cbc1255b0b6cc1ce31d6223
tree7137d38758ada84bd5f62644f0d4d9bd4fe62f3d
parentb62fce5b71791605196e6d76c67ef02c441e9bf4
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>
drivers/rapidio/devices/tsi721.c