summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
diff options
context:
space:
mode:
authorSandhya Bankar2016-03-06 10:37:44 +0100
committerGreg Kroah-Hartman2016-03-12 07:09:09 +0100
commit69988ba2c50202017c57a87a5d571ead4ac2c562 (patch)
treead978ffe6f410c1a52d85678e6918fdcc9f1ad9f /drivers/staging/sm750fb
parentstaging: sm750fb: convert pr_err() to dev_err() (diff)
downloadkernel-qcow2-linux-69988ba2c50202017c57a87a5d571ead4ac2c562.tar.gz
kernel-qcow2-linux-69988ba2c50202017c57a87a5d571ead4ac2c562.tar.xz
kernel-qcow2-linux-69988ba2c50202017c57a87a5d571ead4ac2c562.zip
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>
Diffstat (limited to 'drivers/staging/sm750fb')
-rw-r--r--drivers/staging/sm750fb/ddk750_power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/sm750fb/ddk750_power.c b/drivers/staging/sm750fb/ddk750_power.c
index 33e092e026e9..b3c3791b95bd 100644
--- a/drivers/staging/sm750fb/ddk750_power.c
+++ b/drivers/staging/sm750fb/ddk750_power.c
@@ -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);