summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/pci/atomisp_subdev.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2022-06-15 23:50:18 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-07-08 18:22:50 +0300
commitb717c5175a84194717928e8f03b21c13865ff60b (patch)
tree5883d22cf78bba92430b2c8a500b41c7f6ca9a59 /drivers/staging/media/atomisp/pci/atomisp_subdev.h
parent16d6a345030090379fb5607ea62e97b6515e0ab7 (diff)
downloadlinux-b717c5175a84194717928e8f03b21c13865ff60b.tar.xz
media: atomisp: asc.acc.pipeline is always NULL
With the removal of the ACC ioctls and atomisp_acc.c asc.acc.pipeline never gets set, so it is always NULL. Remove asc.acc.pipeline and drop checks for it being NULL / !NULL. Link: https://lore.kernel.org/linux-media/20220615205037.16549-22-hdegoede@redhat.com Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/atomisp_subdev.h')
-rw-r--r--drivers/staging/media/atomisp/pci/atomisp_subdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp_subdev.h b/drivers/staging/media/atomisp/pci/atomisp_subdev.h
index f1e87c3a9dfa..f611fd47b85d 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_subdev.h
+++ b/drivers/staging/media/atomisp/pci/atomisp_subdev.h
@@ -323,7 +323,6 @@ struct atomisp_sub_device {
struct v4l2_ctrl *disable_dz;
struct {
- struct ia_css_pipe *pipeline;
struct completion acc_done;
} acc;