diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2020-03-03 19:33:10 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2020-03-09 22:09:06 +0200 |
commit | 73ce0969d1d0bc2cb53370017923640db72e70ec (patch) | |
tree | d5b4c5c84a41d95b2be9f31c6d2740de2ffb0ade /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a97b0c63cc88fbe7169ba50c2013c03bec9434dd (diff) |
drm/i915: Clean up integer types in color code
A variable called 'i' having an unsigned type is just looking for
trouble, and using a sized type generally makes no sense either.
Change all of them to just plain old int. And do the same for some
'lut_size' variables which generally provide the loop end codition
for 'i'.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200303173313.28117-7-ville.syrjala@linux.intel.com
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions