From: Lars-Peter Clausen Date: Thu, 17 Jul 2014 15:59:00 +0000 (+0100) Subject: iio: buffer: Fix demux table creation X-Git-Tag: omap-for-v3.17/fixes-against-rc2~202^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61bd55ce1667809f022be88da77db17add90ea4e;p=pandora-kernel.git iio: buffer: Fix demux table creation When creating the demux table we need to iterate over the selected scan mask for the buffer to get the samples which should be copied to destination buffer. Right now the code uses the mask which contains all active channels, which means the demux table contains entries which causes it to copy all the samples from source to destination buffer one by one without doing any demuxing. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron Cc: Stable@vger.kernel.org --- Reading git-diff-tree failed