diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-03-06 02:21:52 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-03-11 14:19:19 +0100 |
commit | 9b52d55f4f0e2bb9a34abbcf99e05e17f1b3b281 (patch) | |
tree | 405dc4efa814dc0e2e32d43558d155e9446d0de4 /drivers/s390/char/sclp_early.c | |
parent | crypto: qat - Change the definition of icp_qat_uof_regtype (diff) | |
download | linux-9b52d55f4f0e2bb9a34abbcf99e05e17f1b3b281.tar.xz linux-9b52d55f4f0e2bb9a34abbcf99e05e17f1b3b281.zip |
crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
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: b0e8b3417a62 ("crypto: atmel - use devm_xxx() managed function")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/s390/char/sclp_early.c')
0 files changed, 0 insertions, 0 deletions