]> Git Repo - linux.git/commitdiff
[PATCH] dvb: dst: printk -> dprintk
authorJohannes Stezenbach <[email protected]>
Tue, 12 Jul 2005 20:58:40 +0000 (13:58 -0700)
committerLinus Torvalds <[email protected]>
Tue, 12 Jul 2005 23:01:04 +0000 (16:01 -0700)
- stop log spamming when running femon (printk -> dprintk)

Signed-off-by: Johannes Stezenbach <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/media/dvb/bt8xx/dst.c

index 9bd12832e3d9a18fd7b2a480edd63eb25dce9c50..07a0b0a968a62e893ddea38733c5ed783861615c 100644 (file)
@@ -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 };
-       printk("%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;
This page took 0.059987 seconds and 4 git commands to generate.