From: Dan Carpenter Date: Sun, 20 Nov 2011 20:57:49 +0000 (+0300) Subject: ALSA: cs5535 - Fix an endianness conversion X-Git-Tag: v3.2-rc4~18^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27533df80e93dc164e39d47281bbbd608f9014a6;p=pandora-kernel.git ALSA: cs5535 - Fix an endianness conversion desc->size is supposed to be a le16 type. On a big endian system the current code will set ->size to zero. We fixed a similar bug on the next line but missed this one. Signed-off-by: Dan Carpenter Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed