mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 18:12:25 -04:00
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:
committed by
Greg Kroah-Hartman
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);
|
||||
|
||||
Reference in New Issue
Block a user