From: Ben Hutchings Date: Tue, 11 Sep 2012 20:46:41 +0000 (+0100) Subject: sfc: Fix MCDI structure field lookup X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~8^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6e5008a9df678b48f8d4e57601aa4270df6c14;p=pandora-kernel.git sfc: Fix MCDI structure field lookup The least significant bit number (LBN) of a field within an MCDI structure is counted from the start of the structure, not the containing dword. In MCDI_ARRAY_FIELD() we need to mask it rather than using the usual EFX_DWORD_FIELD() macro. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed