Re: [PATCH] gpio: syscon: fix a possible NULL dereference

From: Alexandre Courbot
Date: Sun Nov 08 2015 - 19:23:36 EST


On Fri, Nov 6, 2015 at 1:02 AM, LABBE Corentin
<clabbe.montjoie@xxxxxxxxx> wrote:
> of_match_device could return NULL, and so cause a NULL pointer
> dereference later at line 199:
> priv->flags = of_id->data;
>
> Reported-by: coverity (CID 1324140)
> Signed-off-by: LABBE Corentin <clabbe.montjoie@xxxxxxxxx>

Same (optional) suggestion as the 74xx-mmio patch.

Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/