media: v4l2-async: Safely unregister an non-registered async subdev
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 7 Jan 2021 22:54:58 +0000 (23:54 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 27 Jan 2021 14:49:21 +0000 (15:49 +0100)
commit25a6436002d3bf2cc7483d0bfcf4373c3552f375
tree43ea0c6f7c93c537a3ef38ed86f4f7880301464e
parentb7cdd6453ca2c2449c5270f2d0ae88b644a1d2fb
media: v4l2-async: Safely unregister an non-registered async subdev

Make the V4L2 async framework a bit more robust by allowing to
unregister a non-registered async subdev. Otherwise the
v4l2_async_cleanup() will attempt to delete the async subdev from the
subdev_list with the corresponding list_head not initialized.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/v4l2-core/v4l2-async.c