Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101796
b: refs/heads/master
c: b93eeba
h: refs/heads/master
v: v3
  • Loading branch information
Jason Jin authored and Kumar Gala committed Jul 14, 2008
1 parent 62d73e4 commit fbf481a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d8267c1a36864fc30a2ce01f4349a8f2931ae741
refs/heads/master: b93eeba49efb30f88a83fc97ad22c255605654a1
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/85xx/mpc8536_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void __init mpc8536_ds_pic_init(void)
struct resource r;
struct device_node *np;

np = of_find_node_by_type(np, "open-pic");
np = of_find_node_by_type(NULL, "open-pic");
if (np == NULL) {
printk(KERN_ERR "Could not find open-pic node\n");
return;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/85xx/mpc85xx_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void __init mpc85xx_ds_pic_init(void)
int cascade_irq;
#endif

np = of_find_node_by_type(np, "open-pic");
np = of_find_node_by_type(NULL, "open-pic");
if (np == NULL) {
printk(KERN_ERR "Could not find open-pic node\n");
return;
Expand Down

0 comments on commit fbf481a

Please sign in to comment.