Re: [PATCH -next] firmware: arm_sdei: Fix return value check in sdei_present_dt()

From: Catalin Marinas
Date: Mon Jan 15 2018 - 13:17:33 EST


On Mon, Jan 15, 2018 at 10:41:53AM +0000, Wei Yongjun wrote:
> In case of error, the function of_platform_device_create() returns
> NULL pointer not ERR_PTR(). The IS_ERR() test in the return value
> check should be replaced with NULL test.
>
> Fixes: 677a60bd2003 ("firmware: arm_sdei: Discover SDEI support via ACPI")
> Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx>

Applied. Thanks.

--
Catalin