]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: init local variable to fix format errors
authorYihan Zhu <Yihan.Zhu@amd.com>
Thu, 17 Apr 2025 20:48:16 +0000 (16:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 May 2025 17:38:29 +0000 (13:38 -0400)
commitfe1903bc9585d5feb94f17d34626d8bbf31e0c14
tree38415b674c42a0e3b769ca694a8799a70a668705
parentc9b4fa034c808200ae45758501a4ab803ac532be
drm/amd/display: init local variable to fix format errors

[WHY & HOW]
Uninitialized local variables will cause format checker complain
about them.

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Signed-off-by: Yihan Zhu <Yihan.Zhu@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c