diff options
author | Wen Yang <[email protected]> | 2019-03-26 18:29:51 +0800 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2019-04-20 22:02:35 +1000 |
commit | cc76404feaed597bb4f5234d34d3f49e2d1139bf (patch) | |
tree | 44d7a02ed2d418b2a89c61911c8ff2b893649386 /arch/powerpc/lib/code-patching.c | |
parent | 7f177f9810ada8ec2e8b378eddbe2d91fda79c9b (diff) |
powerpc/8xx: Fix possible device node reference leak
The call to of_find_compatible_node() returns a node pointer with
refcount incremented thus it must be explicitly decremented after the
last usage.
irq_domain_add_linear() also calls of_node_get() to increase refcount,
so irq_domain() will not be affected when it is released.
Detected by coccinelle.
Fixes: a8db8cf0d894 ("irq_domain: Replace irq_alloc_host() with revmap-specific initializers")
Signed-off-by: Wen Yang <[email protected]>
Suggested-by: Christophe Leroy <[email protected]>
Suggested-by: Michael Ellerman <[email protected]>
Reviewed-by: Peng Hao <[email protected]>
Reviewed-by: Christophe Leroy <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions