Wei Yongjun 104a32e85f 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>
2016-09-22 18:27:49 +08:00
..
2014-12-14 16:10:09 -08:00
2016-06-13 17:47:50 +08:00
2014-10-02 14:35:00 +08:00
2008-07-18 00:46:09 -07:00
2011-07-28 01:26:30 -07:00