diff options
author | Saravana Kannan <[email protected]> | 2020-11-20 18:02:20 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-12-09 19:10:20 +0100 |
commit | 087ad763c15477fba4324d7312866946b7f5ed30 (patch) | |
tree | e671db3d516175f2cde593b05fbb7bfc92d06c38 | |
parent | 999032ece38be271ca28a6c0ba5f2e4dd4012425 (diff) |
Revert "of: platform: Batch fwnode parsing when adding all top level devices"
This reverts commit 93d2e4322aa74c1ad1e8c2160608eb9a960d69ff.
The fw_devlink_pause/resume() optimization attempt is getting replaced
with a much more robust optimization by the end of this series. So, stop
using those APIs.
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Saravana Kannan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/of/platform.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index b557a0fcd4ba..79bd5f5a1bf1 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -538,9 +538,7 @@ static int __init of_platform_default_populate_init(void) } /* Populate everything else. */ - fw_devlink_pause(); of_platform_default_populate(NULL, NULL, NULL); - fw_devlink_resume(); return 0; } |