Re: [PATCH] pxa168_eth: mdiobus_scan() doesn't return NULL anymore

2016-05-08 Thread David Miller
From: Sergei Shtylyov Date: Sat, 07 May 2016 22:53:40 +0300 > Now that mdiobus_scan() doesn't return NULL on failure anymore, this driver > no longer needs to check for it... > > Signed-off-by: Sergei Shtylyov Applied.

[PATCH] pxa168_eth: mdiobus_scan() doesn't return NULL anymore

2016-05-07 Thread Sergei Shtylyov
Now that mdiobus_scan() doesn't return NULL on failure anymore, this driver no longer needs to check for it... Signed-off-by: Sergei Shtylyov --- The patch is against DaveM's 'net-next.git' repo. drivers/net/ethernet/marvell/pxa168_eth.c |2 -- 1 file changed, 2 deletions(-) Index: net-n