ARM: l2c: remove unnecessary UL-suffix to mask values
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 19 Mar 2014 12:50:53 +0000 (12:50 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 22 May 2014 15:38:43 +0000 (16:38 +0100)
commitd453ef752cf01e96168ea012016baea0079f5377
tree1306c25c290f5245e77fb29e9f00aa75250ad459
parentcef3d92c5bd54b38ddca48c4394e0991be934385
ARM: l2c: remove unnecessary UL-suffix to mask values

They're u32, they're not unsigned long.  The UL suffix is not required
here.

Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-bcm/bcm_5301x.c
arch/arm/mach-highbank/highbank.c
arch/arm/mach-imx/mach-vf610.c
arch/arm/mach-imx/system.c
arch/arm/mach-mvebu/board-v7.c
arch/arm/mach-rockchip/rockchip.c
arch/arm/mach-socfpga/socfpga.c
This page took 0.02547 seconds and 5 git commands to generate.