diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-07-23 06:34:13 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-07-25 17:47:26 +0000 |
| commit | ce83aa7bad8327830a1b907b4544e302ef09c2cf (patch) | |
| tree | 9c721747633ff18bbadc554aecba8210f482dff8 /drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | |
| parent | drm/amd/display: Remove else after return in 'dm_vblank_get_counter' & 'amdgp... (diff) | |
| download | kernel-ce83aa7bad8327830a1b907b4544e302ef09c2cf.tar.gz kernel-ce83aa7bad8327830a1b907b4544e302ef09c2cf.zip | |
drm/amdgpu: Remove else after return in 'is_fru_eeprom_supported'
Expressions under 'else' branch under case 'CHIP_SIENNA_CICHLID' in
function 'is_fru_eeprom_supported' are executed whenever the expression
in 'if' is False. Otherwise, return from case occurs. Therefore, there
is no need in 'else', and it has been removed.
Fixes the following:
WARNING: else is not generally useful after a break or return
+ return false;
+ } else {
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Guchun Chen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c')
0 files changed, 0 insertions, 0 deletions
