aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorDavid Epping <[email protected]>2023-05-23 17:31:07 +0200
committerJakub Kicinski <[email protected]>2023-05-24 22:14:10 -0700
commit7df0b33d7993338a06e4039ec025bb67851ee41d (patch)
tree1a83cfe1c7aa48e77e481cc7c9a69c66e76f3fe8 /drivers/fpga/fpga-bridge.c
parentfb055ce4a9e3a115f5dc42011a97cf0cfc7820e4 (diff)
net: phy: mscc: remove unnecessary phydev locking
Holding the struct phy_device (phydev) lock is unnecessary when accessing phydev->interface in the PHY driver .config_init method, which is the only place that vsc85xx_rgmii_set_skews() is called from. The phy_modify_paged() function implements required MDIO bus level locking, which can not be achieved by a phydev lock. Signed-off-by: David Epping <[email protected]> Reviewed-by: Russell King (Oracle) <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions