commit | 84c1eeb02353ffcafe039e892410cad835334ba9 | [log] [tgz] |
---|---|---|
author | Saurabh Sengar <saurabh.truth@gmail.com> | Wed Oct 28 12:44:35 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 01 14:26:33 2015 -0800 |
tree | f8545cfc0a022bee95c1327bc1bd190207020bef | |
parent | ced08b020e6ce0fa693e4d1d8c6088dbc0a36c64 [diff] |
usb : replace dma_pool_alloc and memset with dma_pool_zalloc replace dma_pool_alloc and memset with a single call to dma_pool_zalloc Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com> Acked-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>