]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: remove redundant initialization of variable remainder
authorColin Ian King <colin.i.king@gmail.com>
Tue, 19 Dec 2023 14:19:30 +0000 (14:19 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jan 2024 15:30:10 +0000 (10:30 -0500)
commit4d23c1be882ecb7fec6894a68c310fff74cc8bba
tree44342d9fe3d61974cf9ebcb1dab49cd4b7279a54
parent87825c860eb8e4b80391c51ea1bb99e5cbac0025
drm/amd/display: remove redundant initialization of variable remainder

Variable remainder is being initialized with a value that is never read,
the assignment is redundant and can be removed. Also add a newline
after the declaration to clean up the coding style.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/basics/conversion.c