Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: atmel - fix checks of error code returned by devm_ioremap_res…
…ource() [ Upstream commit 9b52d55 ] The change fixes potential oops while accessing iomem on invalid address, if devm_ioremap_resource() fails due to some reason. The devm_ioremap_resource() function returns ERR_PTR() and never returns NULL, which makes useless a following check for NULL. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Fixes: b0e8b34 ("crypto: atmel - use devm_xxx() managed function") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
- Loading branch information