diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2016-09-16 04:50:01 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-09-22 13:27:49 +0300 |
commit | 104a32e85f250742bc37e14d19a5dec706bed76e (patch) | |
tree | 57e27f6f1c27041842e6f330bd04b8d7347691c4 /drivers/crypto/sunxi-ss | |
parent | f7eca278a8f81e701848392b522f80078bf2589f (diff) | |
download | linux-104a32e85f250742bc37e14d19a5dec706bed76e.tar.xz |
hwrng: geode - fix return value check in mod_init()
In case of error, the function devm_ioremap() returns NULL pointer
not ERR_PTR(). The IS_ERR() test in the return value check should
be replaced with NULL test.
Fixes: 6e9b5e76882c ("hwrng: geode - Migrate to managed API")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/sunxi-ss')
0 files changed, 0 insertions, 0 deletions