summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2026-05-29 14:27:10 +0300
committerBryan O'Donoghue <bod@kernel.org>2026-05-30 10:41:48 +0300
commit45ac2230f929b9f0fae899c4a5c6bf763250fc13 (patch)
tree66258832b80953ad85c6db38d2ad9c7fc19bf67d /include/linux
parent197789c60a11eaf18b4a2e5d2dbf8d490e10395e (diff)
downloadlinux-45ac2230f929b9f0fae899c4a5c6bf763250fc13.tar.xz
media: iris: Fix use IRQF_NO_AUTOEN when requesting the IRQ
Requesting the IRQ and then immediately disabling it is fragile as it leaves a window when the IRQ is still enabled although the underlying device might be not completely setup for IRQ handling. Pass IRQF_NO_AUTOEN instead of calling disable_irq_nosync(). Fixes: fb583a214337 ("media: iris: introduce host firmware interface with necessary hooks") Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> [bod: Appended Fix to patch title for -stable clarity] [bod: Added cc stable for backporting] Cc: stable@vger.kernel.org Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions