commit | 8ccc9cc47c8c9e69c7bd9a7694a1d8c33108dd28 | [log] [tgz] |
---|---|---|
author | Liang He <windhl@126.com> | Thu Jun 30 16:36:57 2022 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 08 15:21:16 2022 +0800 |
tree | e4a0e90b564f04275c6bd4eb775bcaf5c0570bad | |
parent | 9984a6447389a01cc5e8501b2ead3024b2d99c19 [diff] |
crypto: nx - Hold the reference returned by of_find_compatible_node In nx842_pseries_init(), 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>