linux-kernel-test/drivers/media/video/saa7164
Dan Carpenter 773ddbd228 [media] saa7164: fix endian conversion in saa7164_bus_set()
The msg->command field is 32 bits, and we should fill it with a call
to cpu_to_le32().  The current code is broke on big endian systems.
On little endian systems it truncates the 32 bit value to 16 bits
which probably still works fine.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-12-11 08:07:41 -02:00
..
Kconfig
Makefile [media] drivers/media: do not use EXTRA_CFLAGS 2011-09-03 18:50:59 -03:00
saa7164-api.c
saa7164-buffer.c
saa7164-bus.c [media] saa7164: fix endian conversion in saa7164_bus_set() 2011-12-11 08:07:41 -02:00
saa7164-cards.c [media] saa7164: Adding support for HVR2200 card id 0x8953 2011-09-21 10:16:31 -03:00
saa7164-cmd.c
saa7164-core.c [media] use pci_dev->revision 2011-05-20 07:26:16 -03:00
saa7164-dvb.c [media] saa7164: Adding support for HVR2200 card id 0x8953 2011-09-21 10:16:31 -03:00
saa7164-encoder.c [media] saa7164: poll mask set incorrectly 2011-07-27 17:52:18 -03:00
saa7164-fw.c
saa7164-i2c.c
saa7164-reg.h
saa7164-types.h
saa7164-vbi.c [media] saa7164: poll mask set incorrectly 2011-07-27 17:52:18 -03:00
saa7164.h [media] saa7164: Adding support for HVR2200 card id 0x8953 2011-09-21 10:16:31 -03:00