]> git.baikalelectronics.ru Git - kernel.git/commit
media: atomisp: get rid of phys event abstractions
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 12 Nov 2021 11:43:17 +0000 (11:43 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 16 Nov 2021 14:37:09 +0000 (14:37 +0000)
commitfda6ba02082ee24cfeaae48ca69223977130b19a
tree2d4026a7b68aea40e017ea31d595963029a42d28
parent5bcff395549c5173728d00910ab8b6493b38f159
media: atomisp: get rid of phys event abstractions

ia_css_dequeue_event() is just an alias to ia_css_dequeue_psys_event(),
and atomisp_css_dequeue_event() do nothing but calling the event
dequeue logic.

Get rid of both abstractions, calling the function directly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@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
drivers/staging/media/atomisp/pci/ia_css_event_public.h
drivers/staging/media/atomisp/pci/sh_css.c