diff options
author | Dmitri Belimov <d.belimov@gmail.com> | 2013-03-13 00:23:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 16:46:05 -0300 |
commit | 01ae72866d31de9291039b6030d021c004f5bfed (patch) | |
tree | 1cf7c9e2ede58fa609cd191250cc624c11339075 /Makefile | |
parent | b3d9a15d9af9bba65ac7cd7c196268046470643d (diff) | |
download | op-kernel-dev-01ae72866d31de9291039b6030d021c004f5bfed.zip op-kernel-dev-01ae72866d31de9291039b6030d021c004f5bfed.tar.gz |
[media] xc5000: fix incorrect debug printnk
I found very small bug in xc5000 source. When set option debug=1 and
listen a radio we see in dmesg xc5000: xc_SetTVStandard()
Standard = M/N-NTSC/PAL-BTSC at all times. However, it should be, instead
"FM Radio-INPUT1_MONO".
That happens because xc5000_set_radio_freq() gets the correct value for
VideoMode and AudioMode for radio and calls xc_SetTVStandard() where name
of standard comes from the incorrect place priv->video_standard.
This incorrect debug message makes debugging a little difficult.
Signed-off-by: Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions