aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorVille Syrjälä <[email protected]>2022-04-13 18:28:52 +0300
committerVille Syrjälä <[email protected]>2022-04-25 18:48:03 +0300
commit14eb76f73e4390e1da448e86b9a8ad22c3f25119 (patch)
tree80be677ae199f890020171bdafbb2ee5ac7f1186 /tools/perf/scripts/python/syscall-counts.py
parent3e1faae3398789abe8d4797255bfe28d95d81308 (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ä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Manasi Navare <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions