summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>2026-05-22 16:59:43 +0200
committerJoerg Roedel <joerg.roedel@amd.com>2026-07-09 10:09:39 +0200
commita9c7b86b03e4bb358b8b9614465ee15a45ddbccd (patch)
tree51546b795452ea851ec01059f63df5bd48c68d52 /tools/perf/scripts/python/stackcollapse.py
parent8cdeaa50eae8dad34885515f62559ee83e7e8dda (diff)
iommu/riscv: Drop superfluous zeros in pci_device_id array
The .driver_data member of the struct pci_device_id array were initialized by a list expressions to zero without making use of that value. In this case it's better to not specify a value at all and let the compiler fill in the zeros. Same for the list terminator that can better be completely empty. Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com> Reviewed-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions