diff options
author | Johannes Stezenbach <js@linuxtv.org> | 2005-05-17 00:54:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 10:59:35 -0400 |
commit | b98b79da032584b4c077568d28dde2d2fe226b54 (patch) | |
tree | a591dcc7f283983732b3536981c467221862611a /drivers/media | |
parent | 42dc6617fe41ea65a94399821058353d0b12c0ab (diff) |
[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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst_ca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_ca.c b/drivers/media/dvb/bt8xx/dst_ca.c index 0945bb978712..d781504cc2fa 100644 --- a/drivers/media/dvb/bt8xx/dst_ca.c +++ b/drivers/media/dvb/bt8xx/dst_ca.c | |||
@@ -162,7 +162,7 @@ static int ca_get_app_info(struct dst_state *state) | |||
162 | dprintk("%s: ================================ CI Module Application Info ======================================\n", __FUNCTION__); | 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", | 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], | 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])); | 165 | (state->messages[10] << 8) | state->messages[11], __FUNCTION__, (char *)(&state->messages[12])); |
166 | dprintk("%s: ==================================================================================================\n", __FUNCTION__); | 166 | dprintk("%s: ==================================================================================================\n", __FUNCTION__); |
167 | } | 167 | } |
168 | 168 | ||