From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.morse@arm.com (James Morse) Date: Mon, 15 Jan 2018 10:38:06 +0000 Subject: [PATCH -next] firmware: arm_sdei: Fix return value check in sdei_present_dt() In-Reply-To: <1516012913-196560-1-git-send-email-weiyongjun1@huawei.com> References: <1516012913-196560-1-git-send-email-weiyongjun1@huawei.com> Message-ID: <5A5C848E.70304@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Wei, On 15/01/18 10:41, 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. Bother, so it does! Thanks for catching this. Acked-by: James Morse Thanks, James