mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
drm/amd/display: Remove unneeded semicolon in bios_parser2.c
Fixes coccicheck warning: drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c:995:2-3: Unneeded semicolon Reviewed-by: Harry Wentland <harry.wentland@amd.com> Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4c56feac0d
commit
c09f5e000d
@ -992,7 +992,7 @@ static uint32_t get_support_mask_for_device_id(struct device_id device_id)
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
/* Unidentified device ID, return empty support mask. */
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user