Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63024
b: refs/heads/master
c: f5d834f
h: refs/heads/master
v: v3
  • Loading branch information
Alan Curry authored and Paul Mackerras committed Jul 26, 2007
1 parent 3eee81a commit 15a66cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16782a604c458e1edcefca52457a82395b788bed
refs/heads/master: f5d834fc34e61f1a40435981062000e5d2b2baa8
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kernel/setup-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,10 @@ int check_legacy_ioport(unsigned long base_port)
break;
}
np = of_find_node_by_type(NULL, "8042");
/* Pegasos has no device_type on its 8042 node, look for the
* name instead */
if (!np)
np = of_find_node_by_name(NULL, "8042");
break;
case FDC_BASE: /* FDC1 */
np = of_find_node_by_type(NULL, "fdc");
Expand Down

0 comments on commit 15a66cf

Please sign in to comment.