aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorPierre-Louis Bossart <[email protected]>2019-08-06 12:06:03 -0500
committerMark Brown <[email protected]>2019-08-07 14:19:32 +0100
commitbb67dd1878de5766c24fe7a4002d1a12c14da518 (patch)
tree4134d85c0974357f93188ea48a111b2590f86e90 /tools/perf/scripts/python/stackcollapse.py
parent0922c7a51c775b71a297598623debe9cb6ce3a08 (diff)
ASoC: SOF: Intel: hda: fix MSI handling
The addition of a kernel module parameter to optionally disable MSI had the side effect of permanently disabling it. The return value of pci_alloc_irq_vectors() is the number of allocated vectors or a negative number on error, so testing with the ! operator is not quite right. It was one optimization too far. Restore previous behavior to use MSI by default, unless the user selects not to do so or the allocation of irq_vectors fails. Fixes: 672ff5e3596ee ('ASoC: SOF: Intel: hda: add a parameter to disable MSI') Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions