V4L/DVB (12258): em28xx: fix typo in mt352 init sequence for Terratec Cinergy T XS USB
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Sun, 12 Jul 2009 21:44:19 +0000 (18:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 24 Jul 2009 17:03:27 +0000 (14:03 -0300)
commitff69786b4ccd0d5b99a60ba0be98237f9b7d8f52
tree99109b9d4d1f07ee3ba8cf63fc3468602b61da37
parent4fb202a8d9d936f7080ab631140b447a0625e36c
V4L/DVB (12258): em28xx: fix typo in mt352 init sequence for Terratec Cinergy T XS USB

Andy walls pointed out that we were passing 0x5d to the TUNER_GO register,
instead of 0x01.  Set the register properly (note the code did still work with
the incorrect value, so this does not address a regression).

Thanks to Andy Walls for noticing the issue.

Cc: Andy Walls <awalls@radix.net>
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-dvb.c