diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2024-03-07 22:16:12 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-03-11 21:46:27 +0100 |
commit | c786459fc827216447b34d716d0a9f8f6a79bf73 (patch) | |
tree | 6dfe584aaf565b0700ec7853ed3c753ec7d0a8f4 /drivers/net/ethernet/realtek | |
parent | net: phy: marvell-88x2222: Remove unused of_gpio.h (diff) | |
download | linux-c786459fc827216447b34d716d0a9f8f6a79bf73.tar.xz linux-c786459fc827216447b34d716d0a9f8f6a79bf73.zip |
net: phy: simplify a check in phy_check_link_status
Handling case err == 0 in the other branch allows to simplify the
code. In addition I assume in "err & phydev->eee_cfg.tx_lpi_enabled"
it should have been a logical and operator. It works as expected also
with the bitwise and, but using a bitwise and with a bool value looks
ugly to me.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/de37bf30-61dd-49f9-b645-2d8ea11ddb5d@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/realtek')
0 files changed, 0 insertions, 0 deletions