aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2017-03-16 14:34:51 -0500
committerBjorn Helgaas <[email protected]>2017-04-04 08:29:56 -0500
commit1b497e6493c49bbb55c89f53562f7f853495e90d (patch)
tree8f03770651df8363684a4ce8927685f6e4af8b07 /tools/perf/scripts/python/bin/stackcollapse-record
parentdbe4a09e8bbcf88809a8394d6a359d8cebd22a86 (diff)
PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()
The bug is that "val" is unsigned long but we only initialize 32 bits of it. Then we test "if (val)" and that might be true not because we set the bits but because some were never initialized. Fixes: f342d940ee0e ("PCI: exynos: Add support for MSI") Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions