commit | 14e1e9f5cadb7cff3a2846c27cc1b9c8f207ee18 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Wed Jun 13 14:06:07 2012 -0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sun Jun 17 19:44:44 2012 +0200 |
tree | 55955528fde822bc3f530b69a552740bd5cad5ff | |
parent | 485802a6c524e62b5924849dd727ddbb1497cc71 [diff] |
pinctrl: mxs: Use kfree to fix build error commit 0bf7481 (pinctrl: pinctrl-mxs: Take care of frees if the kzalloc fails) introduced the following build error: drivers/pinctrl/pinctrl-mxs.c:140:3: error: implicit declaration of function 'free' Use kfree function instead. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>