Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db221412 authored by Nicholas Mc Guire's avatar Nicholas Mc Guire Committed by Geert Uytterhoeven
Browse files

pinctrl: rza1: Handle devm_kasprintf() failure cases



devm_kasprintf() may return NULL on failure of internal allocation
thus the assignments are not safe if not checked. On error
rza1_pinctrl_register() respectively rza1_parse_gpiochip() return
negative values so -ENOMEM in the (unlikely) failure case of
devm_kasprintf() should be fine here.

Signed-off-by: default avatarNicholas Mc Guire <hofrat@osadl.org>
Fixes: 5a49b644 ("pinctrl: Renesas RZ/A1 pin and gpio controller")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent f4caa6ee
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment