From: Dmitri Belimov Date: Wed, 13 Mar 2013 03:23:36 +0000 (-0300) Subject: [media] xc5000: fix incorrect debug printnk X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~388 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ae72866d31de9291039b6030d021c004f5bfed;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed