[PATCH] dvb: DST: fixed CI debug output

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>

authored by

Johannes Stezenbach and committed by
Linus Torvalds
b98b79da 42dc6617

+1 -1
+1 -1
drivers/media/dvb/bt8xx/dst_ca.c
··· 162 dprintk("%s: ================================ CI Module Application Info ======================================\n", __FUNCTION__); 163 dprintk("%s: Application Type=[%d], Application Vendor=[%d], Vendor Code=[%d]\n%s: Application info=[%s]\n", 164 __FUNCTION__, state->messages[7], (state->messages[8] << 8) | state->messages[9], 165 - (state->messages[10] << 8) | state->messages[11], __FUNCTION__, (char *)(&state->messages[11])); 166 dprintk("%s: ==================================================================================================\n", __FUNCTION__); 167 } 168
··· 162 dprintk("%s: ================================ CI Module Application Info ======================================\n", __FUNCTION__); 163 dprintk("%s: Application Type=[%d], Application Vendor=[%d], Vendor Code=[%d]\n%s: Application info=[%s]\n", 164 __FUNCTION__, state->messages[7], (state->messages[8] << 8) | state->messages[9], 165 + (state->messages[10] << 8) | state->messages[11], __FUNCTION__, (char *)(&state->messages[12])); 166 dprintk("%s: ==================================================================================================\n", __FUNCTION__); 167 } 168