projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8129a59
)
[POWERPC] 83xx: mpc8313erdb: Fix whitespace.
author
Scott Wood
<scottwood@freescale.com>
Thu, 13 Dec 2007 17:16:32 +0000
(11:16 -0600)
committer
Kumar Gala
<galak@kernel.crashing.org>
Fri, 14 Dec 2007 04:52:45 +0000
(22:52 -0600)
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/mpc8313_rdb.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/83xx/mpc8313_rdb.c
b/arch/powerpc/platforms/83xx/mpc8313_rdb.c
index 33766b8f259445ff36682cb9b2061e6a15ce87a2..6fb82993967c0e5c7fb5e795c161ad0d6a38c834 100644
(file)
--- a/
arch/powerpc/platforms/83xx/mpc8313_rdb.c
+++ b/
arch/powerpc/platforms/83xx/mpc8313_rdb.c
@@
-70,9
+70,9
@@
void __init mpc8313_rdb_init_IRQ(void)
*/
static int __init mpc8313_rdb_probe(void)
{
-
unsigned long root = of_get_flat_dt_root();
+ unsigned long root = of_get_flat_dt_root();
-
return of_flat_dt_is_compatible(root, "MPC8313ERDB");
+ return of_flat_dt_is_compatible(root, "MPC8313ERDB");
}
define_machine(mpc8313_rdb) {