]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: redrat3: fix control-message timeouts
authorJohan Hovold <johan@kernel.org>
Mon, 25 Oct 2021 12:16:35 +0000 (13:16 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Fri, 28 Jan 2022 09:58:57 +0000 (10:58 +0100)
commitbaf1d0b836e51a091a39deb396bbdeae6d13718b
tree63eaca003ef236d94a5478db3cff2a9c5b761963
parentff977d068d0b720b3a0248c926d4ea043d70542a
media: redrat3: fix control-message timeouts

BugLink: https://bugs.launchpad.net/bugs/1959376
commit 2adc965c8bfa224e11ecccf9c92fd458c4236428 upstream.

USB control-message timeouts are specified in milliseconds and should
specifically not vary with CONFIG_HZ.

Fixes: 2154be651b90 ("[media] redrat3: new rc-core IR transceiver device driver")
Cc: stable@vger.kernel.org # 3.0
Signed-off-by: Johan Hovold <johan@kernel.org>
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: Paolo Pisati <paolo.pisati@canonical.com>
drivers/media/rc/redrat3.c