pinctrl: mxs: Use kfree to fix build error
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 13 Jun 2012 17:06:07 +0000 (14:06 -0300)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 17 Jun 2012 17:44:44 +0000 (19:44 +0200)
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>

No differences found