Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 5 Oct 2018 14:21:25 +0000 (10:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2018 19:08:52 +0000 (11:08 -0800)
commit43cdccfe10cafe5f2aaf895e9fd69ecfb986f003
tree20baa2359a137a0e575e073ac555d117f40152a1
parent04feb58d811be27c92745442497ea5c96999f38f
Revert "media: dvbsky: use just one mutex for serializing device R/W ops"

commit 9afc82194de9a1ce298f0d77d7d779d585bf962c upstream.

As pointed at:
https://bugzilla.kernel.org/show_bug.cgi?id=199323

This patch causes a bad effect on RPi. I suspect that the root
cause is at the USB out of tree RPi driver, with uses high priority
interrupts instead of normal ones. Anyway, as this patch
is mostly a cleanup, better to revert it.

This reverts commit 7d95fb746c4eece67308f1642a666ea1ebdbd2cc.

Cc: stable@vger.kernel.org # For Kernel 4.18
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/usb/dvb-usb-v2/dvbsky.c