From: Lars-Peter Clausen Date: Wed, 26 Oct 2011 16:41:35 +0000 (+0100) Subject: staging:iio: Do not use bitmasks for channel info addresses X-Git-Tag: v3.3-rc1~152^2~101^2~328 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924f8a21dd13223cc1493a916c6769cf73e0d45e;p=pandora-kernel.git staging:iio: Do not use bitmasks for channel info addresses Currently the iio framework uses bitmasks for the address field of channel info attributes. This is for historical reasons and no longer required since it will only ever query a single info attribute at once. This patch changes the code to use the non-shifted iio_chan_info_enum values for the info attribute address. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed