summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-09-10 12:26:07 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-12-09 08:54:11 -0800
commitacc0e76c23b07b8d0bd85774de9904ce278115c4 (patch)
treebf0a68036d8b381cd9f589df734a9d53a85f9936 /arch/arm/mach-omap2
parent8533dca18388b89bcb1772c5f504ac96a4826632 (diff)
arm: mx28: fix bit operation in clock setting
commit c2735391fbc68feae10d6d14e60956c8106e725f upstream. 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 <w.sang@pengutronix.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-omap2')
0 files changed, 0 insertions, 0 deletions