drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocation
authorDjalal Harouni <tixxdz@opendz.org>
Wed, 21 Dec 2011 00:21:47 +0000 (01:21 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 4 Jan 2012 19:30:41 +0000 (14:30 -0500)
commit84c816dad5f5af90699ca12a520f25f9067bad79
treedf08104d8db2b8951d2badf774c2f424553973ed
parent3dda07b6f94b8f9777156be1bf37bf707ecea447
drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocation

Replace dma_alloc_coherent()+memset() with the new dma_zalloc_coherent()

Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-trans-pcie.c