diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2022-04-13 18:28:52 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2022-04-25 18:48:03 +0300 |
commit | 14eb76f73e4390e1da448e86b9a8ad22c3f25119 (patch) | |
tree | 80be677ae199f890020171bdafbb2ee5ac7f1186 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 3e1faae3398789abe8d4797255bfe28d95d81308 (diff) |
drm/i915/fbc: s/false/0/
intel_fbc_check_plane() is supposed to an int, not a boolean.
So replace the bogus 'return false's with the correct 'return 0's.
These were accidental copy-paste mistakes when the code got moved
into intel_fbc_check_plane() from somewhere else tht did return
a boolean.
No functional issue here since false==0.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220413152852.7336-2-ville.syrjala@linux.intel.com
Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions