Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (11248): Remove debug output from stb6100_cfg.h

This patch removes the debug output from stb6100_cfg.h as it is flooding
the syslog with tuning data during normal operation.

Signed-off-by: Artem Makhutov <artem@makhutov.org>
Acked-by: Manu Abraham <abraham.manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Artem Makhutov and committed by
Mauro Carvalho Chehab
997fb78e 7d771ff0

-4
-4
drivers/media/dvb/frontends/stb6100_cfg.h
··· 36 36 return err; 37 37 } 38 38 *frequency = t_state.frequency; 39 - printk("%s: Frequency=%d\n", __func__, t_state.frequency); 40 39 } 41 40 return 0; 42 41 } ··· 58 59 return err; 59 60 } 60 61 } 61 - printk("%s: Frequency=%d\n", __func__, t_state.frequency); 62 62 return 0; 63 63 } 64 64 ··· 79 81 } 80 82 *bandwidth = t_state.bandwidth; 81 83 } 82 - printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth); 83 84 return 0; 84 85 } 85 86 ··· 100 103 return err; 101 104 } 102 105 } 103 - printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth); 104 106 return 0; 105 107 }