Re: [PATCH] net: phy: sfp: remove sfp_mutex's definition

2018-10-11 Thread David Miller
From: Sebastian Andrzej Siewior Date: Thu, 11 Oct 2018 17:06:21 +0200 > The sfp_mutex variable is defined but never used in this file. Not even > in the commit that introduced that variable. > > Remove sfp_mutex, it has no purpose. > > Cc: Andrew Lunn > Cc: Florian Fainelli > Cc: "David S. Mi

Re: [PATCH] net: phy: sfp: remove sfp_mutex's definition

2018-10-11 Thread Andrew Lunn
On Thu, Oct 11, 2018 at 05:06:21PM +0200, Sebastian Andrzej Siewior wrote: > The sfp_mutex variable is defined but never used in this file. Not even > in the commit that introduced that variable. > > Remove sfp_mutex, it has no purpose. Reviewed-by: Andrew Lunn Andrew

[PATCH] net: phy: sfp: remove sfp_mutex's definition

2018-10-11 Thread Sebastian Andrzej Siewior
The sfp_mutex variable is defined but never used in this file. Not even in the commit that introduced that variable. Remove sfp_mutex, it has no purpose. Cc: Andrew Lunn Cc: Florian Fainelli Cc: "David S. Miller" Signed-off-by: Sebastian Andrzej Siewior --- drivers/net/phy/sfp.c | 2 -- 1 fi