diff options
author | Bernard Zhao <[email protected]> | 2020-11-18 03:40:19 -0800 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2020-11-18 22:27:49 +0100 |
commit | 58a74c6f1d6f3cf615c8f12281d42859ac7363a9 (patch) | |
tree | 004c4725d9a9a7fc4b2a60c9291c470ef62f930f /tools/perf/scripts/python/stat-cpi.py | |
parent | b1246bd4a18b50c0f424a877ab64605ce8ebad86 (diff) |
drm/via: fix assignment in if condition
Fix check_patch.pl warning:
ERROR: do not use assignment in if condition
+ if ((HALCYON_HEADER2 == (cmd = *buf)) &&
ERROR: do not use assignment in if condition
+ if (HALCYON_HEADER2 == (cmd = *buf))
Signed-off-by: Bernard Zhao <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions