diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2008-06-22 19:20:09 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 12:13:31 +0200 |
commit | 3aa7110e1c415c38c42ef77be0ef2c7a888b9e16 (patch) | |
tree | 9cebbd4f3450e9479854d1fb4efa5325b93dfd3b /drivers/media/dvb/bt8xx | |
parent | V4L/DVB (8131): dmx_write: memcpy from user-supplied pointer (diff) | |
download | linux-3aa7110e1c415c38c42ef77be0ef2c7a888b9e16.tar.xz linux-3aa7110e1c415c38c42ef77be0ef2c7a888b9e16.zip |
V4L/DVB (8132): bt8xx endianness annotations and fixes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx')
-rw-r--r-- | drivers/media/dvb/bt8xx/bt878.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/bt878.h b/drivers/media/dvb/bt8xx/bt878.h index 375fd2892a11..d19b59299d78 100644 --- a/drivers/media/dvb/bt8xx/bt878.h +++ b/drivers/media/dvb/bt8xx/bt878.h @@ -128,7 +128,7 @@ struct bt878 { dma_addr_t buf_dma; u32 risc_size; - u32 *risc_cpu; + __le32 *risc_cpu; dma_addr_t risc_dma; u32 risc_pos; |