diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2015-11-01 16:54:34 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-04-13 22:45:08 +0200 |
commit | 2b09ee4093e98e8eaa908554aa36a5b2ceba6e3d (patch) | |
tree | 997fd04ddba7327677bf8c48f8fcf21bb81858e4 /drivers/media/platform/vsp1/vsp1_wpf.c | |
parent | [media] v4l: vsp1: Don't configure RPF memory buffers before calculating offsets (diff) | |
download | linux-2b09ee4093e98e8eaa908554aa36a5b2ceba6e3d.tar.xz linux-2b09ee4093e98e8eaa908554aa36a5b2ceba6e3d.zip |
[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_wpf.c')
-rw-r--r-- | drivers/media/platform/vsp1/vsp1_wpf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_wpf.c b/drivers/media/platform/vsp1/vsp1_wpf.c index 28654cffeeca..1013190e440b 100644 --- a/drivers/media/platform/vsp1/vsp1_wpf.c +++ b/drivers/media/platform/vsp1/vsp1_wpf.c @@ -47,8 +47,6 @@ static int wpf_s_stream(struct v4l2_subdev *subdev, int enable) u32 srcrpf = 0; u32 outfmt = 0; - vsp1_entity_set_streaming(&wpf->entity, enable); - if (!enable) { vsp1_write(vsp1, VI6_WPF_IRQ_ENB(wpf->entity.index), 0); vsp1_write(vsp1, wpf->entity.index * VI6_WPF_OFFSET + |