From: [email protected] Date: Tue, 5 Jul 2016 07:56:52 +0000 > From: Wei Yongjun <[email protected]> > > In case of error, function devm_ioremap_resource() returns ERR_PTR() > and never returns NULL. The NULL test in the return value check should > be replaced with IS_ERR(). > > Signed-off-by: Wei Yongjun <[email protected]>
Applied, thanks.
