Re: [PATCH] net: ethernet: ixp4xx_eth: Use dma_pool_zalloc

2017-11-30 Thread Gomonovych, Vasyl
Sorry, Ignore this please. On Thu, Nov 30, 2017 at 10:22 PM, Vasyl Gomonovych wrote: > Replacing dma_pool_alloc and memset with a single call to dma_pool_zalloc > > Signed-off-by: Vasyl Gomonovych > --- > drivers/net/ethernet/xscale/ixp4xx_eth.c | 6 +++--- > 1 file changed, 3 insertions(+), 3

[PATCH] net: ethernet: ixp4xx_eth: Use dma_pool_zalloc

2017-11-30 Thread Vasyl Gomonovych
Replacing dma_pool_alloc and memset with a single call to dma_pool_zalloc Signed-off-by: Vasyl Gomonovych --- drivers/net/ethernet/xscale/ixp4xx_eth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/xscale/ixp4xx_eth.c b/drivers/net/ethernet/xscale