Re: [PATCH] of_mdio: Remove flags argument from of_phy_connect

2013-04-15 Thread Grant Likely
On Mon, 18 Mar 2013 19:49:04 -0400, Ben Collins wrote: > of_phy_connect() only required a flags argument in order to pass it down to > to phy_connect(). Since that argument was removed, it is of no use in this > function either (confirmed by checking all callers in kernel tree as well). > > Signe

Re: [PATCH] of_mdio: Remove flags argument from of_phy_connect

2013-03-29 Thread Florian Fainelli
Le 03/19/13 00:49, Ben Collins a écrit : of_phy_connect() only required a flags argument in order to pass it down to to phy_connect(). Since that argument was removed, it is of no use in this function either (confirmed by checking all callers in kernel tree as well). Looks good to me: Reviewed

[PATCH] of_mdio: Remove flags argument from of_phy_connect

2013-03-22 Thread Ben Collins
of_phy_connect() only required a flags argument in order to pass it down to to phy_connect(). Since that argument was removed, it is of no use in this function either (confirmed by checking all callers in kernel tree as well). Signed-off-by: Ben Collins Cc: Grant Likely Cc: Rob Herring Cc: devi