summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2022-03-05 20:36:13 +0800
committerMark Brown <broonie@kernel.org>2022-03-08 12:27:56 +0000
commit6f6f28bf5d8e070c1e4a10d62d2a1af264683042 (patch)
tree8cfb041bc52773c37cf93579a3684dbf4f7fbcce /tools/perf/scripts/python/export-to-postgresql.py
parent954e615497cc95cd918bdfe6590abdfbaa068842 (diff)
downloadkernel-6f6f28bf5d8e070c1e4a10d62d2a1af264683042.tar.gz
ASoC: amd: acp3x: Fix signedness bug in acp3x
In acp3x_audio_probe() platform_get_irq() may return error, but i2s_irq now is unsigned int so the error handling is never triggered. Fixes: 87d71a128771 ("ASoC: amd: pcm-dma: Use platform_get_irq() to get the interrupt") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20220305123613.6324-1-yuehaibing@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
td>Merge tag 'drm-intel-next-2023-01-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie 2022-12-15drm/display: Add missing Adaptive Sync DPCD definitionsSung Joon Kim 2022-12-13drm: Add missing DP DSC extended capability definitions.Stanislav Lisovskiy 2022-09-12Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd...Dave Airlie 2022-09-04video/hdmi: Add audio_infoframe packing for DPMarkus Schneider-Pargmann 2022-08-16drm/dp_mst: add passthrough_aux to struct drm_dp_mst_portHamza Mahfooz 2022-04-29Merge tag 'drm-misc-next-2022-04-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie 2022-04-25drm/display: Split DisplayPort header into core and helperThomas Zimmermann