aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@linuxtv.org>2005-09-09 13:02:53 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 13:57:42 -0700
commit466d725ac8d9c58a5de87f72b4fe066c4bad3d9d (patch)
tree7d7065ffd93d355a239dbc9b6dda91e9f07fecc5 /drivers/media
parent[PATCH] dvb: remove noisy debug print (diff)
downloadlinux-dev-466d725ac8d9c58a5de87f72b4fe066c4bad3d9d.tar.xz
linux-dev-466d725ac8d9c58a5de87f72b4fe066c4bad3d9d.zip
[PATCH] dvb: bt8xx: endianness fix
Endianness fix for risc DMA start address setting. (reported by Stefan Haubenthal/Peter Hettkamp) 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/bt878.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/bt878.c b/drivers/media/dvb/bt8xx/bt878.c
index 3bfbba3d9dfc..f29571450038 100644
--- a/drivers/media/dvb/bt8xx/bt878.c
+++ b/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(cpu_to_le32(bt->risc_dma), BT878_ARISC_START);
+ btwrite(bt->risc_dma, BT878_ARISC_START);
/* original int mask had :
* 6 2 8 4 0