Re: [PATCH] pinctrl: rza1: report if devm_kasptrinf() fails

From: Linus Walleij
Date: Fri Dec 07 2018 - 04:25:04 EST


On Sat, Nov 24, 2018 at 5:34 PM Nicholas Mc Guire <hofrat@xxxxxxxxx> wrote:

> 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: Nicholas Mc Guire <hofrat@xxxxxxxxx>
> Fixes: 5a49b644b307 ("pinctrl: Renesas RZ/A1 pin and gpio controller")

This patch needs to be handled by Geert Uytterhoeven,
who maintain the Renesas pin controllers.

If he didn't get it you might have to resend the patch to him.

Yours,
Linus Walleij