From: Wei Yongjun <[email protected]> Date: Mon, 27 Apr 2020 09:40:52 +0000
> 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. > > Signed-off-by: Wei Yongjun <[email protected]> Applied, thank you.
