media: atomisp: Drop streamoff_mutex
authorHans de Goede <hdegoede@redhat.com>
Sat, 3 Sep 2022 21:42:53 +0000 (23:42 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 08:09:30 +0000 (10:09 +0200)
commitb88e0ee7b081930e0e2f65a77696695c44a4a4b2
tree4f2af71ebbdc86e9882c7abb686c870a06e2f65a
parent1636369bcfa253a91a8ac7327469c6642df018fc
media: atomisp: Drop streamoff_mutex

Now that __atomisp_streamoff() no longer drops isp->mutex to cancel
the watchdog timer, the streamoff_mutex is no longer necessary to
avoid multiple streamoffs racing with each other.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_fops.c
drivers/staging/media/atomisp/pci/atomisp_internal.h
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
drivers/staging/media/atomisp/pci/atomisp_v4l2.c