summaryrefslogtreecommitdiff
path: root/isp/omap3isp.c
diff options
context:
space:
mode:
Diffstat (limited to 'isp/omap3isp.c')
-rw-r--r--isp/omap3isp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/isp/omap3isp.c b/isp/omap3isp.c
index 2ee87c5..6abcac5 100644
--- a/isp/omap3isp.c
+++ b/isp/omap3isp.c
@@ -439,7 +439,6 @@ struct omap3_isp_device *omap3_isp_open(const char *devname,
isp->sensor = entity;
isp->viewfinder.output.scaler = OMAP3_ISP_SCALER_ISP;
- isp->viewfinder.output.subdev = isp->resizer;
isp->viewfinder.output.node = entity_output_node(isp->resizer);
if (isp->viewfinder.output.node == NULL)
goto error;
@@ -718,7 +717,6 @@ int omap3_isp_snapshot_setup(struct omap3_isp_device *isp,
}
isp->snapshot.output.scaler = OMAP3_ISP_SCALER_ISP;
- isp->snapshot.output.subdev = entity;
isp->snapshot.output.node = entity_output_node(entity);
if (isp->snapshot.output.node == NULL)
return -ENOENT;