提交 69988ba2 编写于 作者: S Sandhya Bankar 提交者: Greg Kroah-Hartman

Staging: sm750fb: Remove leading and trailing whitespace.

Remove leading and trailing whitespace.
Signed-off-by: NSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6504b9bd
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册