[media] usbvision: replace current_norm by g_std
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 3 Jun 2013 08:36:47 +0000 (05:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 17 Jun 2013 12:37:23 +0000 (09:37 -0300)
commit3b8436d9db43a810dd44393733b34fda6e0f0b9d
tree6022e6584d66173de961b274aae439ed87fb965d
parent9c1f5df81300b89c5c5c76b101502dad3977fdcb
[media] usbvision: replace current_norm by g_std

current_norm use is deprecated because it is per-devicenode and if you
have more device nodes all dependent on the same video source, then this
no longer works. Just implement g_std instead.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/usbvision/usbvision-video.c