]> git.itanic.dy.fi Git - linux-stable/commit
pmdomain: ti: Add a null pointer check to the omap_prm_domain_init
authorKunwu Chan <chentao@kylinos.cn>
Thu, 18 Jan 2024 05:42:57 +0000 (13:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Apr 2024 11:09:59 +0000 (13:09 +0200)
commit04f23510daa40f9010fadf309507564a34ad956f
tree602a5e2b4814b48ac5c5ae46a0b743ad1c0adb20
parent54f1341878aae573e55cf95b08756ec5ba4019c3
pmdomain: ti: Add a null pointer check to the omap_prm_domain_init

[ Upstream commit 5d7f58ee08434a33340f75ac7ac5071eea9673b3 ]

devm_kasprintf() returns a pointer to dynamically allocated memory
which can be NULL upon failure. Ensure the allocation was successful
by checking the pointer validity.

Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Link: https://lore.kernel.org/r/20240118054257.200814-1-chentao@kylinos.cn
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pmdomain/ti/omap_prm.c