Messages in this thread |  | | Subject | Re: [PATCH] net: ixp4xx_hss: use dma_pool_zalloc | From | patchwork-bot+netdevbpf@kernel ... | Date | Mon, 26 Jul 2021 13:20:06 +0000 |
| |
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sun, 25 Jul 2021 22:42:21 +0800 you wrote: > The dma_pool_zalloc combines dma_pool_alloc/memset. Therefore, the > dma_pool_alloc/memset can be replaced with dma_pool_zalloc which is > more compact. > > Signed-off-by: Jason Wang <wangborong@cdjrlc.com> > --- > drivers/net/wan/ixp4xx_hss.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)
Here is the summary with links: - net: ixp4xx_hss: use dma_pool_zalloc https://git.kernel.org/netdev/net-next/c/af996031e154
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
|  |