]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: ti-vpe: cal: fix disable_irqs to only the intended target
authorBenoit Parrot <bparrot@ti.com>
Mon, 2 Mar 2020 13:56:52 +0000 (14:56 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 29 Apr 2020 12:56:03 +0000 (14:56 +0200)
commit0d07483dde486aecc270086e379a5e1586597d26
treea649d0ca59234027b9518aa57015b0ebb85e5d0c
parent610198fe3d264e25881a8b4e37eb99f6b7ce4bd6
media: ti-vpe: cal: fix disable_irqs to only the intended target

BugLink: https://bugs.launchpad.net/bugs/1874502
commit 1db56284b9da9056093681f28db48a09a243274b upstream.

disable_irqs() was mistakenly disabling all interrupts when called.
This cause all port stream to stop even if only stopping one of them.

Cc: stable <stable@vger.kernel.org>
Signed-off-by: Benoit Parrot <bparrot@ti.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
drivers/media/platform/ti-vpe/cal.c