Re: [PATCH] pinctrl: rza1: fix incorrect failure check on platform_get_resources

From: Linus Walleij
Date: Fri Jun 30 2017 - 09:50:58 EST


On Fri, Jun 30, 2017 at 12:33 PM, Colin King <colin.king@xxxxxxxxxxxxx> wrote:

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The return res from platform_get_resources should be checked for
> a failure rather than ret. Fixes warning:
>
> 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
>
> Fixes: 5a49b644b307 ("pinctrl: Renesas RZ/A1 pin and gpio controller")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Geert already sent the right fix for this.

Yours,
Linus Walleij