media: atomisp: Remove loading mutex
authorHans de Goede <hdegoede@redhat.com>
Mon, 29 Aug 2022 10:30:08 +0000 (12:30 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 08:00:07 +0000 (10:00 +0200)
commit5a93d0cacf2fe110848200554b2815b2578c679c
tree71c3bccb57e7801bdac588fc791f376664b817b2
parenteb81065b9322d6493a152665b4f0974819899c66
media: atomisp: Remove loading mutex

Now that the registering of the /dev/* video / subdev nodes has been
moved to the end of atomisp_pci_probe() the workaround with the loading
mutex to delay opens until init is done is no longer necessary.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@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_v4l2.c