regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULL
authorAxel Lin <axel.lin@ingics.com>
Thu, 3 Jun 2021 09:49:44 +0000 (17:49 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jun 2021 18:35:48 +0000 (19:35 +0100)
commitcb2381cbecb81a8893b2d1e1af29bc2e5531df27
tree73645a2e18cdf15e96684a7a878d195b18918296
parent50bec7fb4cb1bcf9d387046b6dec7186590791ec
regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULL

devm_gpiod_get_array_optional may return NULL if no GPIO was assigned.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210603094944.1114156-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/rt4801-regulator.c