From: Damien Lespiau Date: Mon, 8 Dec 2014 17:35:38 +0000 (+0000) Subject: drm/i915: Remove '& 0xffff' from the mask given to WA_REG() X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26459343e0fac1ea4cb5192c490e3e519eed74dd;p=pandora-kernel.git drm/i915: Remove '& 0xffff' from the mask given to WA_REG() We may be hidding bugs by doing that, so let remove it and have the actual mask value shine through, for better or worse. Signed-off-by: Damien Lespiau Signed-off-by: Jani Nikula --- Reading git-diff-tree failed