diff options
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r-- | arch/microblaze/kernel/of_platform.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/microblaze/kernel/of_platform.c b/arch/microblaze/kernel/of_platform.c index fb2866104331..80c9c493cb25 100644 --- a/arch/microblaze/kernel/of_platform.c +++ b/arch/microblaze/kernel/of_platform.c | |||
@@ -57,8 +57,7 @@ struct of_device *of_find_device_by_node(struct device_node *np) | |||
57 | { | 57 | { |
58 | struct device *dev; | 58 | struct device *dev; |
59 | 59 | ||
60 | dev = bus_find_device(&of_platform_bus_type, | 60 | dev = bus_find_device(&platform_bus_type, NULL, np, of_dev_node_match); |
61 | NULL, np, of_dev_node_match); | ||
62 | if (dev) | 61 | if (dev) |
63 | return to_of_device(dev); | 62 | return to_of_device(dev); |
64 | return NULL; | 63 | return NULL; |