firmware: meson_sm: fix to avoid potential NULL pointer dereference
authorZhang Shurong <zhang_shurong@foxmail.com>
Sat, 15 Jul 2023 14:13:38 +0000 (22:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:42:42 +0000 (09:42 +0200)
commitbd3a6b6d5dd863dbbe17985c7612159cf4533cad
treec86867f89711b396bfd3ccf5bccdd0157c6cac02
parent2965015006ef18ca96d2eab9ebe6bca884c63291
firmware: meson_sm: fix to avoid potential NULL pointer dereference

[ Upstream commit f2ed165619c16577c02b703a114a1f6b52026df4 ]

of_match_device() may fail and returns a NULL pointer.

Fix this by checking the return value of of_match_device.

Fixes: 8cde3c2153e8 ("firmware: meson_sm: Rework driver as a proper platform driver")
Signed-off-by: Zhang Shurong <zhang_shurong@foxmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/tencent_AA08AAA6C4F34D53ADCE962E188A879B8206@qq.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/firmware/meson/meson_sm.c