[PATCH] dvb: DST: fixed CI debug output
authorJohannes Stezenbach <js@linuxtv.org>
Tue, 17 May 2005 04:54:47 +0000 (21:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:35 +0000 (07:59 -0700)
fixed CI debug output (Dominique Dumont)

Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/dvb/bt8xx/dst_ca.c

index 0945bb9..d781504 100644 (file)
@@ -162,7 +162,7 @@ static int ca_get_app_info(struct dst_state *state)
                dprintk("%s: ================================ CI Module Application Info ======================================\n", __FUNCTION__);
                dprintk("%s: Application Type=[%d], Application Vendor=[%d], Vendor Code=[%d]\n%s: Application info=[%s]\n",
                        __FUNCTION__, state->messages[7], (state->messages[8] << 8) | state->messages[9],
-                       (state->messages[10] << 8) | state->messages[11], __FUNCTION__, (char *)(&state->messages[11]));
+                       (state->messages[10] << 8) | state->messages[11], __FUNCTION__, (char *)(&state->messages[12]));
                dprintk("%s: ==================================================================================================\n", __FUNCTION__);
        }