Fixup platform not free device in OFW

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI 2024-07-09 17:17:00 +08:00 committed by Meco Man
parent 2ec69c3ce4
commit 175a2ff954
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ rt_err_t rt_platform_ofw_free(struct rt_platform_device *pdev)
rt_ofw_node_clear_flag(np, RT_OFW_F_PLATFORM);
rt_ofw_node_put(np);
pdev->parent.ofw_node = RT_NULL;
rt_free(pdev);
}
}
else