mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-31 04:48:58 -05:00
The of_find_device_by_node() takes a reference to the underlying device structure, we should release that reference. Fixes:35af640386("crypto: caam - Check for CAAM block presence before registering with crypto layer") Fixes:b189817cf7("crypto: caam/qi - add ablkcipher and authenc algorithms") Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Wen Yang <yellowriver2010@hotmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>