media: coda: Remove unbalanced and unneeded mutex unlock
authorEzequiel Garcia <ezequiel@collabora.com>
Thu, 2 May 2019 22:00:43 +0000 (18:00 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 28 May 2019 16:22:12 +0000 (12:22 -0400)
commit766b9b168f6c75c350dd87c3e0bc6a9b322f0013
tree978330107bca382794f55ec4ba91f5e8a2a4236c
parentddfef32a33869c34931d1bf9d7758a979ed6289e
media: coda: Remove unbalanced and unneeded mutex unlock

The mutex unlock in the threaded interrupt handler is not paired
with any mutex lock. Remove it.

This bug has been here for a really long time, so it applies
to any stable repo.

Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: stable@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/coda/coda-bit.c