Skip to content

Commit

Permalink
[POWERPC] 83xx: mpc8313erdb: Fix whitespace.
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Scott Wood authored and Kumar Gala committed Dec 14, 2007
1 parent 8129a59 commit 255b09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/platforms/83xx/mpc8313_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 255b09e

Please sign in to comment.