diff options
author | Quentin Schulz <quentin.schulz@bootlin.com> | 2018-10-08 13:07:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-08 20:29:21 +0300 |
commit | 6f0430c78c05ce288f0ead7d440233a0fb9cac31 (patch) | |
tree | 9b800c395ea54d5664a71c370637acc6e73a6b0f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b7d373c500cf4009d78db62329c3b7cfba111713 (diff) | |
download | linux-6f0430c78c05ce288f0ead7d440233a0fb9cac31.tar.xz |
net: phy: mscc: shorten `x != 0` condition to `x`
`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.
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions