Re: [PATCH v2] net: mvpp2: do not bypass the mvpp22_port_mii_set function

2017-06-07 Thread David Miller
From: Antoine Tenart Date: Wed, 7 Jun 2017 08:17:50 +0200 > The mvpp22_port_mii_set() function was added by 2697582144dd, but the > function directly returns without doing anything. This return was used > when debugging and wasn't removed before sending the patch. Fix this. > > Fixes: 269758214

[PATCH v2] net: mvpp2: do not bypass the mvpp22_port_mii_set function

2017-06-06 Thread Antoine Tenart
The mvpp22_port_mii_set() function was added by 2697582144dd, but the function directly returns without doing anything. This return was used when debugging and wasn't removed before sending the patch. Fix this. Fixes: 2697582144dd ("net: mvpp2: handle misc PPv2.1/PPv2.2 differences") Signed-off-by