Am Montag, 13. Juni 2016, 23:31:47 schrieb [email protected]: > From: Wei Yongjun <[email protected]> > > In case of error, the function devm_kzalloc() 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]>
obviously correct, thanks for catching. Reviewed-by: Heiko Stuebner <[email protected]>

