Re: [PATCH] net: dsa|ethernet: use bool values to pass bool param of phy_init_eee

From: Florian Fainelli
Date: Mon Jan 24 2022 - 12:09:49 EST




On 1/23/2022 7:22 AM, Jisheng Zhang wrote:
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@xxxxxxxxxx>

Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Nit: for future changes, if your patch spans multiple subsystems/directories, just go with the top-most subject prefix, for instance here "net: " would have been sufficient. Thanks!
--
Florian