diff options
author | Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> | 2023-08-16 12:16:26 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-08-30 14:58:20 -0400 |
commit | c183060031ee70b7641de260207b3013eebf5707 (patch) | |
tree | cbfe21415eeca6e39f0f1b9f9c7b6f6cea2e6a87 /kernel/softirq.c | |
parent | 80578f1641aaba95c70adc40d84d1b619e92f2d4 (diff) | |
download | linux-stable-c183060031ee70b7641de260207b3013eebf5707.tar.gz linux-stable-c183060031ee70b7641de260207b3013eebf5707.tar.bz2 linux-stable-c183060031ee70b7641de260207b3013eebf5707.zip |
drm/amd/display: Fix useless else if in display_mode_vba_util_32.c
The assignment of the else if and else branches is the same, so the else if
here is redundant, hence removed it.
Fixes the below:
drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c:4664:8-10: WARNING: possible condition with no effect (if == else)
Cc: Hamza Mahfooz <hamza.mahfooz@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'kernel/softirq.c')
0 files changed, 0 insertions, 0 deletions