Re: [PATCH v2 net-next] net: phy: improve handling delayed work

2018-10-01 Thread David Miller
From: Heiner Kallweit Date: Fri, 28 Sep 2018 08:51:09 +0200 > Using mod_delayed_work() allows to simplify handling delayed work and > removes the need for the sync parameter in phy_trigger_machine(). > Also introduce a helper phy_queue_state_machine() to encapsulate the > low-level delayed work c

[PATCH v2 net-next] net: phy: improve handling delayed work

2018-09-27 Thread Heiner Kallweit
Using mod_delayed_work() allows to simplify handling delayed work and removes the need for the sync parameter in phy_trigger_machine(). Also introduce a helper phy_queue_state_machine() to encapsulate the low-level delayed work calls. No functional change intended. Signed-off-by: Heiner Kallweit