diff options
author | Johannes Stezenbach <devnull@localhost> | 2003-11-18 11:48:12 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2003-11-18 11:48:12 +0000 |
commit | 7982f80b2cfdd71938a3696746deb243d5d92fd3 (patch) | |
tree | 159c9ca62d13486fccf44c209a32133a8b76a6b3 /linux/drivers/media/dvb/bt8xx/bt878.c | |
parent | d3c69805048ad44e80e7e7ab8878c43cfe4c8149 (diff) | |
download | mediapointer-dvb-s2-7982f80b2cfdd71938a3696746deb243d5d92fd3.tar.gz mediapointer-dvb-s2-7982f80b2cfdd71938a3696746deb243d5d92fd3.tar.bz2 |
patch by Wolfgang Thiel: gcc-2.95 compile fixes,
load skystar2 driver from insmod.sh script
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/bt878.c')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/bt878.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |