[PATCH AUTOSEL 5.10 04/38] drm/amdgpu: fix uninitialized scalar variable warning
Pavel Machek
pavel at ucw.cz
Thu Aug 22 11:00:24 UTC 2024
Hi!
> From: Tim Huang <Tim.Huang at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20240822/b6972433/attachment.sig>
More information about the dri-devel
mailing list