The patch number 9623 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Mauro Carvalho Chehab  <[EMAIL PROTECTED]>
tvaudio: Improve debug msg by printing something more human


Priority: normal

Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/tvaudio.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff -r 6461c6b8cc74 -r ccaaa8508b64 linux/drivers/media/video/tvaudio.c
--- a/linux/drivers/media/video/tvaudio.c       Thu Nov 13 18:25:04 2008 -0200
+++ b/linux/drivers/media/video/tvaudio.c       Thu Nov 13 19:12:43 2008 -0200
@@ -37,6 +37,7 @@
 
 #include <media/tvaudio.h>
 #include <media/v4l2-common.h>
+#include <media/v4l2-ioctl.h>
 #include <media/v4l2-chip-ident.h>
 #include <media/v4l2-i2c-drv-legacy.h>
 
@@ -1744,7 +1745,10 @@ static int chip_command(struct i2c_clien
        struct CHIPSTATE *chip = i2c_get_clientdata(client);
        struct CHIPDESC  *desc = chip->desc;
 
-       v4l_dbg(1, debug, chip->c, "%s: chip_command 0x%x\n", chip->c->name, 
cmd);
+       if (debug > 0) {
+               v4l_i2c_print_ioctl(chip->c, cmd);
+               printk("\n");
+       }
 
        switch (cmd) {
        case AUDC_SET_RADIO:


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/ccaaa8508b64bae69b69f6a20dafbde228269b5c

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to