Re: [PATCH net-next 4/5] net: phy: mscc: shorten `x != 0` condition to `x`
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2018-09-15 20:53:29
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2018-09-15 20:53:29
Also in:
lkml
On 9/14/2018 1:33 AM, Quentin Schulz wrote:
`if (x != 0)` is basically a more verbose version of `if (x)` so let's use the latter so it's consistent throughout the whole driver. Signed-off-by: Quentin Schulz <redacted>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian