Skip to content
Snippets Groups Projects
Commit f2ed1656 authored by Zhang Shurong's avatar Zhang Shurong Committed by Neil Armstrong
Browse files

firmware: meson_sm: fix to avoid potential NULL pointer dereference


of_match_device() may fail and returns a NULL pointer.

Fix this by checking the return value of of_match_device.

Fixes: 8cde3c21 ("firmware: meson_sm: Rework driver as a proper platform driver")
Signed-off-by: default avatarZhang Shurong <zhang_shurong@foxmail.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/tencent_AA08AAA6C4F34D53ADCE962E188A879B8206@qq.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 584ed6d4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment