media: atomisp: Remove never set file_input flag
authorHans de Goede <hdegoede@redhat.com>
Sat, 27 Aug 2022 14:49:23 +0000 (16:49 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 24 Sep 2022 07:52:09 +0000 (09:52 +0200)
commit79adb947ef6d6ecb0337a8ad515459c5655300ca
tree2c00264c2cf940ad3b470cff7bafca91fc5f736b
parent5e61114e3abf221b37f2e4ab7da35dae991cfad2
media: atomisp: Remove never set file_input flag

After the file-injection support removal the file_input flag is
always false.

Remove the flag and replace any code checking it with the code-path
for when it is false.

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_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