From: Hans Verkuil Date: Sun, 2 Dec 2007 10:03:45 +0000 (-0300) Subject: V4L/DVB (6743): cx25840: fix endianness inconsistency X-Git-Tag: v2.6.25-rc1~1235^2~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a56eb3f535f92b0585aa01dba05b3f17a547df0;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed