From: Johannes Stezenbach fixed CI debug output (Dominique Dumont) Signed-off-by: Johannes Stezenbach Signed-off-by: Andrew Morton --- drivers/media/dvb/bt8xx/dst_ca.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/dvb/bt8xx/dst_ca.c~dvb-dst-fixed-ci-debug-output drivers/media/dvb/bt8xx/dst_ca.c --- 25/drivers/media/dvb/bt8xx/dst_ca.c~dvb-dst-fixed-ci-debug-output 2005-05-09 18:01:43.000000000 -0700 +++ 25-akpm/drivers/media/dvb/bt8xx/dst_ca.c 2005-05-09 18:01:43.000000000 -0700 @@ -162,7 +162,7 @@ static int ca_get_app_info(struct dst_st 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__); } _