Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356449
b: refs/heads/master
c: 89491d8
h: refs/heads/master
i:
  356447: c601f99
v: v3
  • Loading branch information
Holger Brunck authored and Kumar Gala committed Feb 13, 2013
1 parent 780fd0b commit 2aaa201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c00433b7637fdffb0e3fabdf2f08e55b2de594d
refs/heads/master: 89491d83b27c8a713826787e40d87a4024a2cc24
10 changes: 4 additions & 6 deletions trunk/arch/powerpc/platforms/83xx/km83xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <linux/of_device.h>

#include <linux/atomic.h>
#include <asm/time.h>
#include <asm/io.h>
#include <linux/time.h>
#include <linux/io.h>
#include <asm/machdep.h>
#include <asm/ipic.h>
#include <asm/irq.h>
Expand Down Expand Up @@ -88,15 +88,13 @@ static void __init mpc83xx_km_setup_arch(void)

np_par = of_find_node_by_name(NULL, "par_io");
if (np_par == NULL) {
printk(KERN_WARNING "%s couldn;t find par_io node\n",
__func__);
pr_warn("%s couldn;t find par_io node\n", __func__);
return;
}
/* Map Parallel I/O ports registers */
ret = of_address_to_resource(np_par, 0, &res);
if (ret) {
printk(KERN_WARNING "%s couldn;t map par_io registers\n",
__func__);
pr_warn("%s couldn;t map par_io registers\n", __func__);
return;
}

Expand Down

0 comments on commit 2aaa201

Please sign in to comment.