Skip to content
Commit 889c56ea authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

octeontx2-af: Fix memory leak of object buf

[ Upstream commit 9e0a537d ]

Currently the error return path when lfs fails to allocate is not free'ing
the memory allocated to buf. Fix this by adding the missing kfree.

Addresses-Coverity: ("Resource leak")
Fixes: f7884097

 ("octeontx2-af: Formatting debugfs entry rsrc_alloc.")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarSunil Goutham <sgoutham@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 558454ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment