commit | 44a074ffe038a4953d8ff4091599ce997867820c | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Mon Jun 01 09:57:04 2015 -0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Jun 04 10:14:35 2015 +0200 |
tree | 3fe545921c2467c97a029733fe2dcbcbf1597f7c | |
parent | 3944e7b78c7b1bfed7808692cc539496b3f94eea [diff] |
pinctrl: samsung: Fix the pointer in PTR_ERR() PTR_ERR should access the value just tested by IS_ERR The semantic patch that makes this change is available in scripts/coccinelle/tests/odd_ptr_err.cocci. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>