diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-07-16 17:33:56 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-07-16 17:33:56 +0000 |
commit | 6b8a147e2ef4832fdc4a6fc6240aa6d28a49a3f4 (patch) | |
tree | af2dffd25a2a6d4f40fd3546aad9a2dd2d7c1910 /linux/drivers | |
parent | 64c0538be64e95fafbb6a9c8eb8be0ee79a8ed71 (diff) | |
download | mediapointer-dvb-s2-6b8a147e2ef4832fdc4a6fc6240aa6d28a49a3f4.tar.gz mediapointer-dvb-s2-6b8a147e2ef4832fdc4a6fc6240aa6d28a49a3f4.tar.bz2 |
comment out noisy dprintk in dst_get_signal()
(why are errors only visible with debug on?
this needs to be cleaned up so we can disable debug by default)
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dst.c b/linux/drivers/media/dvb/bt8xx/dst.c index 5309ecea0..2c0046463 100644 --- a/linux/drivers/media/dvb/bt8xx/dst.c +++ b/linux/drivers/media/dvb/bt8xx/dst.c @@ -928,7 +928,7 @@ static int dst_get_signal(struct dst_state* state) { int retval; u8 get_signal[] = { 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb }; - dprintk("%s: Getting Signal strength and other parameters\n", __FUNCTION__); + //dprintk("%s: Getting Signal strength and other parameters\n", __FUNCTION__); if ((state->diseq_flags & ATTEMPT_TUNE) == 0) { state->decode_lock = state->decode_strength = state->decode_snr = 0; return 0; |