[PATCH 0/2] dpaa_eth: a couple of fixes

2017-01-04 Thread Madalin Bucur
Add cleanup on PHY initialization failure path, avoid using
uninitialized memory at CGR init.

Madalin Bucur (1):
  dpaa_eth: cleanup after init_phy() failure

Roy Pledge (1):
  dpaa_eth: Initialize CGR structure before init

 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.1.0



Re: [PATCH 0/2] dpaa_eth: a couple of fixes

2017-01-04 Thread David Miller
From: Madalin Bucur 
Date: Wed, 4 Jan 2017 13:21:28 +0200

> Add cleanup on PHY initialization failure path, avoid using
> uninitialized memory at CGR init.

Series applied, thanks.