Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67403
b: refs/heads/master
c: c546726
h: refs/heads/master
i:
  67401: 9d0b775
  67399: 205c953
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Oct 3, 2007
1 parent ceb7469 commit d6811af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 4a4cfe3836916e12282ceb5c4bdd799dc71af567
refs/heads/master: c546726293912c932f3c14d06b0f68e175d70781
5 changes: 1 addition & 4 deletions trunk/arch/powerpc/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,8 @@ static int __init vio_bus_init(void)
* the device tree. Drivers will associate with them later.
*/
for (of_node = node_vroot->child; of_node != NULL;
of_node = of_node->sibling) {
printk(KERN_DEBUG "%s: processing %p\n",
__FUNCTION__, of_node);
of_node = of_node->sibling)
vio_register_device_node(of_node);
}
of_node_put(node_vroot);
}

Expand Down

0 comments on commit d6811af

Please sign in to comment.