Skip to content
Commit f38b5069 authored by Young Xiao's avatar Young Xiao Committed by Linus Walleij
Browse files

pinctrl: ns2: Fix potential NULL dereference



platform_get_resource() may fail and return NULL, so we should
better check it's return value to avoid a NULL pointer dereference
a bit later in the code.

Signed-off-by: default avatarYoung Xiao <92siuyang@gmail.com>
Reviewed-by: default avatarRay Jui <ray.jui@broadcom.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 3a11cf22
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