diff options
author | Wei Yongjun <[email protected]> | 2018-01-15 10:41:53 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2018-01-15 18:16:59 +0000 |
commit | 2f7aacf795e0192648b51674aef90e755e02408c (patch) | |
tree | a60e4aedc5329ddb4e40a7b80fb512c59d88a84a /net/unix/sysctl_net_unix.c | |
parent | a22fde8e979494f326e88ef0728367e009260d75 (diff) |
firmware: arm_sdei: Fix return value check in sdei_present_dt()
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")
Acked-by: James Morse <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions