Commit 69988ba2 authored by Sandhya Bankar's avatar Sandhya Bankar Committed by Greg Kroah-Hartman

Staging: sm750fb: Remove leading and trailing whitespace.

Remove leading and trailing whitespace.
Signed-off-by: default avatarSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6504b9bd
...@@ -106,9 +106,9 @@ void enable2DEngine(unsigned int enable) ...@@ -106,9 +106,9 @@ void enable2DEngine(unsigned int enable)
u32 gate; u32 gate;
gate = PEEK32(CURRENT_GATE); gate = PEEK32(CURRENT_GATE);
if (enable) if (enable)
gate |= (CURRENT_GATE_DE | CURRENT_GATE_CSC); gate |= (CURRENT_GATE_DE | CURRENT_GATE_CSC);
else else
gate &= ~(CURRENT_GATE_DE | CURRENT_GATE_CSC); gate &= ~(CURRENT_GATE_DE | CURRENT_GATE_CSC);
setCurrentGate(gate); setCurrentGate(gate);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment