media: atomisp: Remove atomisp_css_suspend()/_resume()
authorHans de Goede <hdegoede@redhat.com>
Mon, 14 Nov 2022 15:09:52 +0000 (15:09 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 25 Nov 2022 08:22:45 +0000 (08:22 +0000)
commit586ef0c6917dc5f7937726733a1f8372ce200f7a
tree5e229df624d796c31d49f9effc2987edaafc4b42
parenta419e3f5917713246bcf83ceff7bbf61f5389e84
media: atomisp: Remove atomisp_css_suspend()/_resume()

atomisp_css_suspend() is a 1:1 copy of atomisp_css_uninit() and
atomisp_css_resume() is a 1:1 copy of atomisp_css_init().

Remove the 2 copies and have their one caller just call
atomisp_css_uninit() / atomisp_css_init() instead.

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/pci/atomisp_cmd.c
drivers/staging/media/atomisp/pci/atomisp_compat.h
drivers/staging/media/atomisp/pci/atomisp_compat_css20.c