]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: Cleanup shift coding style
authorAdvait Dhamorikar <advaitdhamorikar@gmail.com>
Tue, 8 Oct 2024 19:16:23 +0000 (00:46 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 11 Nov 2024 16:56:03 +0000 (11:56 -0500)
commit408d20812742014c57b145eb4509364a0c92a1bb
tree234691602ae9f88d117121484db5140797895b63
parent92fd1714ee3cef8ad9c466ced354ab0581ee3782
drm/amdgpu: Cleanup shift coding style

Improves the coding style by updating bit-shift
operations in the amdgpu_jpeg.c driver file.
It ensures consistency and avoids potential issues
by explicitly using 1U and 1ULL for unsigned
and unsigned long long shifts in all relevant instances.

Signed-off-by: Advait Dhamorikar <advaitdhamorikar@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c