Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 022a2a07 authored by Lee Jones's avatar Lee Jones Committed by Greg Kroah-Hartman
Browse files

mfd: mfd-core: Protect against NULL call-back function pointer

[ Upstream commit b195e101

 ]

If a child device calls mfd_cell_{en,dis}able() without an appropriate
call-back being set, we are likely to encounter a panic.  Avoid this
by adding suitable checking.

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Reviewed-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent deb34c91
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