]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a36187a5511544dc885d9da06e7d7083eb15727
treedf08104d8db2b8951d2badf774c2f424553973ed
parentb7afc08edc313cec61f3670f23725b8566153eab
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