diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2025-03-04 14:21:27 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-07 03:37:20 +0300 |
commit | f732549eb303d7e382f5101b82bb6852ad4ad642 (patch) | |
tree | f3b50401a7ab4ecf800e697bbf53c29da116e01f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 876cfb20e8892143c0c967b3657074f9131f9b5f (diff) | |
download | linux-f732549eb303d7e382f5101b82bb6852ad4ad642.tar.xz |
net: stmmac: simplify phylink_suspend() and phylink_resume() calls
Currently, the calls to phylink's suspend and resume functions are
inside overly complex tests, and boil down to:
if (device_may_wakeup(priv->device) && priv->plat->pmt) {
call phylink
} else {
call phylink and
if (device_may_wakeup(priv->device))
do something else
}
This results in phylink always being called, possibly with differing
arguments for phylink_suspend().
Simplify this code, noting that each site is slightly different due to
the order in which phylink is called and the "something else".
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/E1tpQL1-005St4-Hn@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions