commit | 2104d12d11206b9477df13898c87aa19ad57a680 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Thu Jan 05 08:07:55 2017 -0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jan 11 14:29:29 2017 +0100 |
tree | 37f852a70fdc7e163912fc5f5bd7759d405e8462 | |
parent | 476e3e1d0555a9170e050a9708f883814ce79354 [diff] |
pinctrl: Drop error prints on kzalloc() failure Upon failing kzalloc() will print an error message in the log, so there's no need for additional printouts. Also standardizes the "!ptr" vs "ptr == NULL" while I'm touching those lines. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>