Staging: sm750fb: Remove leading and trailing whitespace.
Remove leading and trailing whitespace. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6504b9bdf6
commit
69988ba2c5
|
@ -106,9 +106,9 @@ void enable2DEngine(unsigned int enable)
|
|||
u32 gate;
|
||||
|
||||
gate = PEEK32(CURRENT_GATE);
|
||||
if (enable)
|
||||
if (enable)
|
||||
gate |= (CURRENT_GATE_DE | CURRENT_GATE_CSC);
|
||||
else
|
||||
else
|
||||
gate &= ~(CURRENT_GATE_DE | CURRENT_GATE_CSC);
|
||||
|
||||
setCurrentGate(gate);
|
||||
|
|
Loading…
Reference in New Issue