media: atomisp: Use a normal mutex for the main lock
authorHans de Goede <hdegoede@redhat.com>
Fri, 2 Sep 2022 10:26:51 +0000 (12:26 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 08:03:39 +0000 (10:03 +0200)
commitf10fc1790d5ecdaa0aabab9b61be6b162e83386c
tree42142fb0d9aaa08fe055b6be79fcc11d1881ce45
parent3ad290194bb06979367622e47357462836c1d3b4
media: atomisp: Use a normal mutex for the main lock

There is no reason for atomisp to use a rt_mutex instead of a normal
mutex, so switch over to a normal mutex.

All the changes in this patch are just s/rt_mutex/mutex/.

This is a preparation patch for switching the ioctl locking over
to using the video_dev.lock member so that the v4l2-core takes
care of the locking.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_cmd.c
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