]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/amdgpu: Check if fru_addr is not NULL (v2)
authorLuben Tuikov <luben.tuikov@amd.com>
Mon, 12 Dec 2022 17:04:42 +0000 (12:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Dec 2022 21:48:00 +0000 (16:48 -0500)
commit28afcb0ad54c858d0f426b340e88e0277a375597
tree068bd3ef6bff4ada349dc3c350f264e251c6a4f1
parente44a0fe630c58b0a87d8281f5c1077a3479e5fce
drm/amdgpu: Check if fru_addr is not NULL (v2)

Always check if fru_addr is not NULL. This commit also fixes a "smatch"
warning.

v2: Add a Fixes tag.

Cc: Alex Deucher <Alexander.Deucher@amd.com>
Cc: Dan Carpenter <error27@gmail.com>
Cc: kernel test robot <lkp@intel.com>
Cc: AMD Graphics <amd-gfx@lists.freedesktop.org>
Fixes: afbe5d1e4bd7c7 ("drm/amdgpu: Bug-fix: Reading I2C FRU data on newer ASICs")
Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c