commit | 9984a6447389a01cc5e8501b2ead3024b2d99c19 | [log] [tgz] |
---|---|---|
author | Liang He <windhl@126.com> | Thu Jun 30 16:36:56 2022 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 08 15:21:16 2022 +0800 |
tree | 5e37faa2d3d23665348ba555f85a542f5f9b4c8f | |
parent | cc8166bfc829043020b5cc3b7cdba02a17d03b6d [diff] |
crypto: amcc - Hold the reference returned by of_find_compatible_node In crypto4xx_probe(), we should hold the reference returned by of_find_compatible_node() and use it to call of_node_put to keep refcount balance. Signed-off-by: Liang He <windhl@126.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>