diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2022-01-23 16:22:41 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-01-25 02:09:56 +0100 |
commit | 53243d412ec59e2937f1e25beaa0fdca3259227f (patch) | |
tree | 9dce93594b89f0ade28f4d4b924835d0debdb74e /net | |
parent | net: fec_ptp: remove redundant initialization of variable val (diff) | |
download | linux-53243d412ec59e2937f1e25beaa0fdca3259227f.tar.xz linux-53243d412ec59e2937f1e25beaa0fdca3259227f.zip |
net: use bool values to pass bool param of phy_init_eee()
The 2nd param of phy_init_eee(): clk_stop_enable is a bool param, use
true or false instead of 1/0.
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220123152241.1480-1-jszhang@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions