commit | d453ef752cf01e96168ea012016baea0079f5377 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Mar 19 12:50:53 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 22 16:38:43 2014 +0100 |
tree | 1306c25c290f5245e77fb29e9f00aa75250ad459 | |
parent | cef3d92c5bd54b38ddca48c4394e0991be934385 [diff] |
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>