]> git.baikalelectronics.ru Git - kernel.git/commit
[media] drivers/media: vsp1_video: fix compile error
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 15 Jan 2016 00:09:43 +0000 (22:09 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 25 Jan 2016 11:13:13 +0000 (09:13 -0200)
commit4625ea7ffcc8a185e8784c9b00e1cca659483f28
tree07ed177484f1701597ae8b6a67ff6bd228146e02
parent378d0ac5d41cae823f52d3884e0b453296272c1a
[media] drivers/media: vsp1_video: fix compile error

This was found with the -RT patch enabled, but the fix should apply to
non-RT also.

Compilation error without this fix:
../drivers/media/platform/vsp1/vsp1_video.c: In function
'vsp1_pipeline_stopped':
../drivers/media/platform/vsp1/vsp1_video.c:524:2: error: expected
expression before 'do'
  spin_unlock_irqrestore(&pipe->irqlock, flags);
    ^

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/vsp1/vsp1_video.c