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)
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>

No differences found