projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5576116
)
Staging: bcm: DDRInit: fix up indentation issues.
author
Gary Rookard
<garyrookard@gmail.com>
Sun, 16 Feb 2014 16:16:41 +0000
(11:16 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 19:16:55 +0000
(11:16 -0800)
fixed up a couple of indentation issues.
Signed-off-by: Gary Alan Rookard <garyrookard@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/DDRInit.c
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/DDRInit.c
b/drivers/staging/bcm/DDRInit.c
index
b4d5e64
..
f1d7cb8
100644
(file)
--- a/
drivers/staging/bcm/DDRInit.c
+++ b/
drivers/staging/bcm/DDRInit.c
@@
-1094,8
+1094,8
@@
int download_ddr_settings(struct bcm_mini_adapter *Adapter)
RegCount -= T3LP_SKIP_CLOCK_PROGRAM_DUMP_133MHZ;
psDDRSetting += T3LP_SKIP_CLOCK_PROGRAM_DUMP_133MHZ;
break;
-
default:
-
return -EINVAL;
+ default:
+ return -EINVAL;
}
break;