diff options
Diffstat (limited to 'arch/sparc64/kernel/auxio.c')
-rw-r--r-- | arch/sparc64/kernel/auxio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/auxio.c b/arch/sparc64/kernel/auxio.c index 8852c20c8d99..db36b66a4e3c 100644 --- a/arch/sparc64/kernel/auxio.c +++ b/arch/sparc64/kernel/auxio.c | |||
@@ -136,7 +136,7 @@ found_sdev: | |||
136 | 136 | ||
137 | for_each_ebus(ebus) { | 137 | for_each_ebus(ebus) { |
138 | for_each_ebusdev(edev, ebus) { | 138 | for_each_ebusdev(edev, ebus) { |
139 | if (!strcmp(edev->prom_name, "auxio")) | 139 | if (!strcmp(edev->prom_node->name, "auxio")) |
140 | goto ebus_done; | 140 | goto ebus_done; |
141 | } | 141 | } |
142 | } | 142 | } |