[media] em28xx: Fix return value for s_ctrl
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Feb 2011 03:27:41 +0000 (00:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:04 +0000 (20:32 -0300)
commit78e51566f0c56daa58f7bbe2591336b7d478c148
treecee72102e7a5961b22552707e1b095da24935fb5
parent0e09a3c92bfd54a6ac03f8225c4fd10f50111beb
[media] em28xx: Fix return value for s_ctrl

On some cases, driver returns 1. This should be OK, but qv4l2 is too
strict about return values.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-video.c