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

Catalin Marinas catalin.marinas at arm.com
Mon Jan 15 10:17:24 PST 2018


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 at huawei.com>

Applied. Thanks.

-- 
Catalin



More information about the linux-arm-kernel mailing list