Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30435
b: refs/heads/master
c: 95b0ce9
h: refs/heads/master
i:
  30433: 3878fd5
  30431: a4dc080
v: v3
  • Loading branch information
David S. Miller committed Jun 26, 2006
1 parent 6ec3c33 commit b7893c5
Show file tree
Hide file tree
Showing 2 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: 1715f5ef0db94d12d9131d5afa9134e26f77529f
refs/heads/master: 95b0ce9d6d95819e65a7456261a0a5573b65ef1c
4 changes: 2 additions & 2 deletions trunk/drivers/sbus/char/riowatchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static int __init riowd_bbc_init(void)

for_each_ebus(ebus) {
for_each_ebusdev(edev, ebus) {
if (!strcmp(edev->prom_name, "bbc"))
if (!strcmp(edev->ofdev.node->name, "bbc"))
goto found_bbc;
}
}
Expand All @@ -238,7 +238,7 @@ static int __init riowd_init(void)

for_each_ebus(ebus) {
for_each_ebusdev(edev, ebus) {
if (!strcmp(edev->prom_name, RIOWD_NAME))
if (!strcmp(edev->ofdev.node->name, RIOWD_NAME))
goto ebus_done;
}
}
Expand Down

0 comments on commit b7893c5

Please sign in to comment.