[media] em28xx: properly handle subdev controls
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Feb 2011 04:00:58 +0000 (01:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:04 +0000 (20:32 -0300)
Subdev controls return codes are evil, as they return -EINVAL to mean
both unsupported and invalid arguments. Due to that, we need to use a
trick to identify what controls are supported by a subdev.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found