]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: sfp: remove sfp_mutex's definition
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 11 Oct 2018 15:06:21 +0000 (17:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 19:10:06 +0000 (12:10 -0700)
commit4da785c55a548467d6a43cf1a014d1353a3502c2
tree798d792ae2975d6fe5d57b71edf952ba9e094c8a
parentf46fcf690e525be830ce197ca4f103ffd6bdf013
net: phy: sfp: remove sfp_mutex's definition

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 <andrew@lunn.ch>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/sfp.c