aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2020-10-01 11:39:00 +0000
committerPeter Zijlstra <[email protected]>2020-10-03 14:30:56 +0000
commit59d5396a4666195f89a67e118e9e627ddd6f53a1 (patch)
treed2700e4ef9aa34ae4f4aa13217f0ada89e947dd2 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentperf/x86/intel: Check perf metrics feature for each CPU (diff)
downloadkernel-59d5396a4666195f89a67e118e9e627ddd6f53a1.tar.gz
kernel-59d5396a4666195f89a67e118e9e627ddd6f53a1.zip
x86/events/amd/iommu: Fix sizeof mismatch
An incorrect sizeof is being used, struct attribute ** is not correct, it should be struct attribute *. Note that since ** is the same size as * this is not causing any issues. Improve this fix by using sizeof(*attrs) as this allows us to not even reference the type of the pointer. Addresses-Coverity: ("Sizeof not portable (SIZEOF_MISMATCH)") Fixes: 51686546304f ("x86/events/amd/iommu: Fix sysfs perf attribute groups") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions