Re: [PATCH net-next v3 1/2] net: phy: at803x: don't inline helpers

2019-02-19 Thread Marc Gonzalez
On 19/02/2019 07:17, Vinod Koul wrote: > Some helpers were inlined, but makes more sense to allow compiler > to do the right optimizations instead, so remove inline for > at803x_disable_rx_delay() and at803x_disable_tx_delay() I would word it slightly differently: Some helpers were declared with

[PATCH net-next v3 1/2] net: phy: at803x: don't inline helpers

2019-02-18 Thread Vinod Koul
Some helpers were inlined, but makes more sense to allow compiler to do the right optimizations instead, so remove inline for at803x_disable_rx_delay() and at803x_disable_tx_delay() Reviewed-by: Niklas Cassel Signed-off-by: Vinod Koul --- drivers/net/phy/at803x.c | 4 ++-- 1 file changed, 2 ins