pinctrl: imx: Fix compilation with DEBUG enabled
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 23 Aug 2013 08:38:57 +0000 (10:38 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 23 Aug 2013 18:52:46 +0000 (20:52 +0200)
commit406044695fb286110324491f26f3e05048488809
tree149190f005f2e458a3e25e4f38eefa370e55b611
parent1cb95395870d68f9ff679db42fa15ea03201fc08
pinctrl: imx: Fix compilation with DEBUG enabled

This became broken with converting the pinmux arrays into struct
types. While at it replace the preprocessor magic with a simple
dev_dbg.

Reported-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-imx.c