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
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