summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1/vsp1_rpf.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2015-11-01 13:54:34 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-04-13 17:45:08 -0300
commit2b09ee4093e98e8eaa908554aa36a5b2ceba6e3d (patch)
tree997fd04ddba7327677bf8c48f8fcf21bb81858e4 /drivers/media/platform/vsp1/vsp1_rpf.c
parent4d346be55d415114faf19c0f79c2c15c7cc11242 (diff)
downloadlinux-2b09ee4093e98e8eaa908554aa36a5b2ceba6e3d.tar.bz2
[media] v4l: vsp1: Remove unneeded entity streaming flag
The flag is set but never read, remove it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/vsp1/vsp1_rpf.c')
-rw-r--r--drivers/media/platform/vsp1/vsp1_rpf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_rpf.c b/drivers/media/platform/vsp1/vsp1_rpf.c
index 62d898c0ad65..ffe097b27a77 100644
--- a/drivers/media/platform/vsp1/vsp1_rpf.c
+++ b/drivers/media/platform/vsp1/vsp1_rpf.c
@@ -46,8 +46,6 @@ static int rpf_s_stream(struct v4l2_subdev *subdev, int enable)
u32 pstride;
u32 infmt;
- vsp1_entity_set_streaming(&rpf->entity, enable);
-
if (!enable)
return 0;