]> git.hungrycats.org Git - linux/commit
dmaengine: ti: edma: Add some null pointer checks to the edma_probe
authorKunwu Chan <chentao@kylinos.cn>
Thu, 18 Jan 2024 03:19:29 +0000 (11:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Mar 2024 12:21:45 +0000 (13:21 +0100)
commit4fe4e5adc7d29d214c59b59f61db73dec505ca3d
tree9e74bc653cc1096e18ccc5ccd5716e63a21e20d7
parent8de8305a25bfda607fc13475ebe84b978c96d7ff
dmaengine: ti: edma: Add some null pointer checks to the edma_probe

[ Upstream commit 6e2276203ac9ff10fc76917ec9813c660f627369 ]

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/20240118031929.192192-1-chentao@kylinos.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/ti/edma.c