From: Sascha Hauer Date: Fri, 14 Jan 2011 13:30:03 +0000 (+0100) Subject: ARM i.MX28: fix bit operation X-Git-Tag: v2.6.38-rc4~1^2^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13be9f00c33fe69112fe6c755d6a8f3e249abbb2;p=pandora-kernel.git ARM i.MX28: fix bit operation reg | (1 << clk->enable_shift) always evaluates to true. Switch it to & which makes much more sense Signed-off-by: Sascha Hauer Acked-by: Shawn Guo --- Reading git-diff-tree failed