diff options
author | Michael Hunold <devnull@localhost> | 2004-08-24 14:40:49 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-08-24 14:40:49 +0000 |
commit | d707d1145c504f97c625a8e144d1180cbef923d6 (patch) | |
tree | 576ddebc0be5b52a3f09f7c1ef9532347fe9017a /linux/drivers/media/dvb | |
parent | 52910398e48695e1b055511885f1af72943fa1f2 (diff) | |
download | mediapointer-dvb-s2-d707d1145c504f97c625a8e144d1180cbef923d6.tar.gz mediapointer-dvb-s2-d707d1145c504f97c625a8e144d1180cbef923d6.tar.bz2 |
- feed back from 2.6.8.1: use cpu_to_le32() at various places
Diffstat (limited to 'linux/drivers/media/dvb')
-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 cdfc83810..1fdcabcfe 100644 --- a/linux/drivers/media/dvb/bt8xx/bt878.c +++ b/linux/drivers/media/dvb/bt8xx/bt878.c @@ -219,7 +219,7 @@ void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin, controlreg &= ~0x1f; controlreg |= 0x1b; - btwrite(bt->risc_dma, BT878_ARISC_START); + btwrite(cpu_to_le32(bt->risc_dma), BT878_ARISC_START); /* original int mask had : * 6 2 8 4 0 |