commit | 853f0cb8603486a8ba17d5b728b52a9b4b029698 | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Nov 11 21:27:35 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Nov 17 14:39:22 2015 +0100 |
tree | d8b413dc89ff462275ea840552e0f40683487dbf | |
parent | 56880a243c85668762dfec69b878862f86be6f04 [diff] |
gpio: syscon: fix a possible NULL dereference 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@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>