Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31306
b: refs/heads/master
c: c3a8b85
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 29, 2006
1 parent 953fb0f commit cb56355
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: 915214853d7681416d6bdd1591787cdbded459e7
refs/heads/master: c3a8b85f5ac2c21f4ef75e87bfe55ee7a753ffcf
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ static int __devinit clock_probe(struct of_device *op, const struct of_device_id
/* On an Enterprise system there can be multiple mostek clocks.
* We should only match the one that is on the central FHC bus.
*/
if (!strcmp(dp->parent, "fhc") &&
strcmp(dp->parent->parent, "central") != 0)
if (!strcmp(dp->parent->name, "fhc") &&
strcmp(dp->parent->parent->name, "central") != 0)
return -ENODEV;

size = (op->resource[0].end - op->resource[0].start) + 1;
Expand Down

0 comments on commit cb56355

Please sign in to comment.