From: Wolfram Sang Date: Sat, 10 Sep 2011 10:26:07 +0000 (+0200) Subject: arm: mx28: fix bit operation in clock setting X-Git-Tag: v3.2-rc4~7^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2735391fbc68feae10d6d14e60956c8106e725f;p=pandora-kernel.git arm: mx28: fix bit operation in clock setting reg | (1 << clk->enable_shift) always evaluates to true. Switch it to & which makes much more sense. Same fix as 13be9f00 (ARM i.MX28: fix bit operation) at a different location. Signed-off-by: Wolfram Sang Cc: Sascha Hauer Cc: Shawn Guo Signed-off-by: Shawn Guo Cc: stable@kernel.org Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed