[PATCH] dvb: dst: printk -> dprintk
[deliverable/linux.git] / 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.02476 seconds and 5 git commands to generate.