diff options
author | Ville Syrjälä <[email protected]> | 2020-03-03 19:33:10 +0200 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2020-03-09 22:09:06 +0200 |
commit | 73ce0969d1d0bc2cb53370017923640db72e70ec (patch) | |
tree | d5b4c5c84a41d95b2be9f31c6d2740de2ffb0ade /lib/mpi/mpi-mul.c | |
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ä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Swati Sharma <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions