From 7982f80b2cfdd71938a3696746deb243d5d92fd3 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Tue, 18 Nov 2003 11:48:12 +0000 Subject: patch by Wolfgang Thiel: gcc-2.95 compile fixes, load skystar2 driver from insmod.sh script --- linux/drivers/media/dvb/b2c2/skystar2.c | 2 +- linux/drivers/media/dvb/bt8xx/bt878.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/drivers/media/dvb/b2c2/skystar2.c b/linux/drivers/media/dvb/b2c2/skystar2.c index 93491d2a1..79aae069f 100644 --- a/linux/drivers/media/dvb/b2c2/skystar2.c +++ b/linux/drivers/media/dvb/b2c2/skystar2.c @@ -2288,8 +2288,8 @@ static int flexcop_diseqc_ioctl(struct dvb_frontend *fe, unsigned int cmd, void case FE_DISEQC_SEND_BURST: { u8 count; - dprintk("%s: FE_SEND_BURST ", __FUNCTION__); fe_sec_mini_cmd_t b = (fe_sec_mini_cmd_t) arg; + dprintk("%s: FE_SEND_BURST ", __FUNCTION__); switch ( b ) { case SEC_MINI_A: diff --git a/linux/drivers/media/dvb/bt8xx/bt878.c b/linux/drivers/media/dvb/bt8xx/bt878.c index 32b0c53a1..b501b1cca 100644 --- a/linux/drivers/media/dvb/bt8xx/bt878.c +++ b/linux/drivers/media/dvb/bt8xx/bt878.c @@ -214,9 +214,9 @@ static void bt878_risc_program(struct bt878 *bt, u32 op_sync_orin) void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin, u32 irq_err_ignore) { - dprintk("bt878 debug: bt878_start (ctl=%8.8x)\n", controlreg); u32 int_mask; + dprintk("bt878 debug: bt878_start (ctl=%8.8x)\n", controlreg); /* complete the writing of the risc dma program now we have * the card specifics */ -- cgit v1.2.3