diff options
| author | Guenter Roeck <[email protected]> | 2018-09-18 09:53:06 -0700 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2018-10-10 20:37:13 -0700 |
| commit | a4e0a080cad80bb2522eb541868cc48c5e68ba72 (patch) | |
| tree | 42c70dd32f546cfef762cb3ce3a83e728513def7 /tools/perf/scripts/python/powerpc-hcalls.py | |
| parent | 2d888c5f22b49bba174e0343f8e4ddfb374fa816 (diff) | |
hwmon: (nct6775) Use logical or instead of if statements where possible
Use
boolean |= <expression>;
instead of
if (!boolean)
boolean = <expression>;
to assign values to boolean variables.
No functional change.
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions