media: atomisp: Drop unused frame_status tracking
authorHans de Goede <hdegoede@redhat.com>
Sat, 13 Apr 2024 15:14:52 +0000 (16:14 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 26 Apr 2024 10:00:44 +0000 (11:00 +0100)
commit659a66995fc75e0a945c8999574e0d358a3889fd
treeeeee5116be52f3f101c1b5b2e0f4650bec769334
parentf468ff16f5524cdccf182a1fa7c0558421d2acbc
media: atomisp: Drop unused frame_status tracking

After removing the flash support frame_status now always is
ATOMISP_FRAME_STATUS_OK aka 0. Drop frame_status tracking.

This also means one less atomisp custom use for the vb2_buffer->reserved*
fields (all custom use of these fields should be removed).

While at it also remove the no longer used vf_frame pointer from
struct atomisp_sub_device.

Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/include/linux/atomisp.h
drivers/staging/media/atomisp/pci/atomisp_cmd.c
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
drivers/staging/media/atomisp/pci/atomisp_subdev.h