diff options
author | 2020-10-01 12:39:00 +0100 | |
---|---|---|
committer | 2020-10-03 16:30:56 +0200 | |
commit | 59d5396a4666195f89a67e118e9e627ddd6f53a1 (patch) | |
tree | d2700e4ef9aa34ae4f4aa13217f0ada89e947dd2 /drivers/usb/cdns3/cdns3-imx.c | |
parent | perf/x86/intel: Check perf metrics feature for each CPU (diff) | |
download | linux-dev-59d5396a4666195f89a67e118e9e627ddd6f53a1.tar.xz linux-dev-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 <colin.king@canonical.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20201001113900.58889-1-colin.king@canonical.com
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions