From: Takashi Sakamoto Date: Wed, 7 Jan 2015 15:31:16 +0000 (+0900) Subject: ALSA: fireworks: fix an endianness bug for transaction length X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~304^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cb46584e104e2f4b14a44959109ffe13524a26;p=pandora-kernel.git ALSA: fireworks: fix an endianness bug for transaction length Although the 't->length' is a big-endian value, it's used without any conversion. This means that the driver always uses 'length' parameter. Fixes: 555e8a8f7f14("ALSA: fireworks: Add command/response functionality into hwdep interface") Reported-by: Clemens Ladisch Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed