Re: [PATCH net-next 1/2] rocker: NULL port if port probe fails

2015-08-06 Thread David Miller
From: sfel...@gmail.com Date: Mon, 3 Aug 2015 22:31:17 -0700 > From: Scott Feldman > > Set port to NULL if port probe fails so we don't try to remove partially > initialized port on port probe err cleanup path. > > Signed-off-by: Scott Feldman Applied. -- To unsubscribe from this list: send

[PATCH net-next 1/2] rocker: NULL port if port probe fails

2015-08-03 Thread sfeldma
From: Scott Feldman Set port to NULL if port probe fails so we don't try to remove partially initialized port on port probe err cleanup path. Signed-off-by: Scott Feldman --- drivers/net/ethernet/rocker/rocker.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/rocker