commit | 4a56eb3f535f92b0585aa01dba05b3f17a547df0 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sun Dec 02 07:03:45 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jan 25 19:03:17 2008 -0200 |
tree | 796ae3ce9bf9b210342222098c7e78cc1738de74 | |
parent | 6b1e56763b50f169d8446c43df6adb70f69552db [diff] |
V4L/DVB (6743): cx25840: fix endianness inconsistency cx25840_read4 reads a little-endian 32-bit value whereas cx25840_write4 writes the 32-bit value as big-endian. Convert write4 to use little-endian as well (that's the correct endianness). Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>