Hi!

> From: Tim Huang <tim.hu...@amd.com>
> 
> [ Upstream commit 9a5f15d2a29d06ce5bd50919da7221cda92afb69 ]
> 
> Clear warning that uses uninitialized value fw_size.

This is queued for 5.15 and 6.10, but not 6.1, for example. Mistake?

Best regards,
                                                                Pavel
                                                                
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
> @@ -404,6 +404,8 @@ static void amdgpu_virt_add_bad_page(struct amdgpu_device 
> *adev,
>       uint64_t retired_page;
>       uint32_t bp_idx, bp_cnt;
>  
> +     memset(&bp, 0, sizeof(bp));
> +
>       if (bp_block_size) {
>               bp_cnt = bp_block_size / sizeof(uint64_t);
>               for (bp_idx = 0; bp_idx < bp_cnt; bp_idx++) {

-- 
People of Russia, stop Putin before his war on Ukraine escalates.

Attachment: signature.asc
Description: PGP signature

Reply via email to