commit | df70c0b4828bb85f1370453288a0a63d7618decf | [log] [tgz] |
---|---|---|
author | Kousik Sanagavarapu <five231003@gmail.com> | Sun Aug 25 14:18:43 2024 +0530 |
committer | Nishanth Menon <nm@ti.com> | Wed Aug 28 12:18:02 2024 -0500 |
tree | ccb22362f4fb875371e18984178f495c7687570f | |
parent | 952ceb03787dde88fc713c7453824e25bf12cb3a [diff] |
soc: ti: pruss: do device_node auto cleanup Use scope based cleanup instead of manual of_node_put() calls, hence simplifying the handling of error paths at various places. While at it, use dev_err_probe() instead of dev_err() in all the code paths touched. Suggested-by: Julia Lawall <julia.lawall@inria.fr> Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com> Link: https://lore.kernel.org/r/20240825085714.10736-3-five231003@gmail.com Signed-off-by: Nishanth Menon <nm@ti.com>