Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32764
b: refs/heads/master
c: 3932932
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 21, 2006
1 parent d52e8dc commit a109447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f7785a64d117951e4c2bf9418d8c1dd59fe53b36
refs/heads/master: 39329329565a5e24f0a5523eef3a9dd941e0b29d
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/sbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static void __init build_one_sbus(struct device_node *dp, int num_sbus)
sbus->ofdev.node = dp;
sbus->ofdev.dev.parent = NULL;
sbus->ofdev.dev.bus = &sbus_bus_type;
strcpy(sbus->ofdev.dev.bus_id, dp->path_component_name);
sprintf(sbus->ofdev.dev.bus_id, "sbus%d", num_sbus);

if (of_device_register(&sbus->ofdev) != 0)
printk(KERN_DEBUG "sbus: device registration error for %s!\n",
Expand Down

0 comments on commit a109447

Please sign in to comment.