commit | 76ce37f05ecf45457dfc2ebc9c4ef2f6a343f4de | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Tue May 02 10:01:57 2017 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon May 22 10:39:24 2017 +0200 |
tree | 23c0b6a98ba183bf7e890070dae68db9cc380a23 | |
parent | de2eae26def674ce9c78f3191b4bc0625c640d6a [diff] |
pinctrl: Adjust five checks for null pointers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The script “checkpatch.pl” pointed information out like the following. Comparison to NULL could be written !… Thus fix the affected source code places. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>