]> asedeno.scripts.mit.edu Git - linux.git/commit
net: phy: merge phy_start_aneg and phy_start_aneg_priv
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 15 Oct 2018 19:25:13 +0000 (21:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Oct 2018 06:13:07 +0000 (23:13 -0700)
commitc45d7150656fc33181af5806c94bfe0e8f90c1a6
tree41ff834fe6829790df527a4f6b23d62cb9d77d6c
parent005479556197f80139771960dda0dfdcd2d2aad5
net: phy: merge phy_start_aneg and phy_start_aneg_priv

After commit 9f2959b6b52d ("net: phy: improve handling delayed work")
the sync parameter isn't needed any longer in phy_start_aneg_priv().
This allows to merge phy_start_aneg() and phy_start_aneg_priv().

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c