Re: [PATCH v4 06/11] net: mvmdio: put the poll intervals in the ops structure

2017-06-14 Thread Florian Fainelli
On 06/14/2017 08:49 AM, Antoine Tenart wrote: > Put the two poll intervals (min and max) in the driver's ops > structure. This is needed to add the xmdio support later. > > Signed-off-by: Antoine Tenart Reviewed-by: Florian Fainelli --

[PATCH v4 06/11] net: mvmdio: put the poll intervals in the ops structure

2017-06-14 Thread Antoine Tenart
Put the two poll intervals (min and max) in the driver's ops structure. This is needed to add the xmdio support later. Signed-off-by: Antoine Tenart --- drivers/net/ethernet/marvell/mvmdio.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff