Skip to content
Commit fa1ba41c authored by Peng Wu's avatar Peng Wu Committed by Greg Kroah-Hartman
Browse files

firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()



The devm_memremap() function returns error pointers on error,
it doesn't return NULL.

Fixes: 19d54020 ("firmware: google: Implement cbmem in sysfs driver")
Signed-off-by: default avatarPeng Wu <wupeng58@huawei.com>
Reviewed-by: default avatarGuenter Roeck <groeck@chromium.org>
Reviewed-by: default avatarJack Rosenthal <jrosenth@chromium.org>
Link: https://lore.kernel.org/r/20221115091138.51614-1-wupeng58@huawei.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ab760791
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment