]> git.baikalelectronics.ru Git - kernel.git/commit
rt2x00: Use dma_zalloc_coherent
authorJoe Perches <joe@perches.com>
Sun, 15 Jun 2014 20:37:43 +0000 (13:37 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 19 Jun 2014 19:49:21 +0000 (15:49 -0400)
commit21b8913c79b86634b49ccc059f19137cdb3d184a
treeeb31bc6ac31aa7d244dfb3f5f3ad6c5f8a053bd4
parent7994213ac5af05f07ad9b6654bef246d402cde9c
rt2x00: Use dma_zalloc_coherent

Use the zeroing function instead of dma_alloc_coherent & memset(,0,)

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00mmio.c