]> git.baikalelectronics.ru Git - kernel.git/commit
serial/imx: fix IMX UART macro usage to reflect correct processor
authorOskar Schirmer <oskar@scara.com>
Mon, 10 Sep 2012 09:19:35 +0000 (09:19 +0000)
committerSascha Hauer <s.hauer@pengutronix.de>
Wed, 12 Sep 2012 09:46:56 +0000 (11:46 +0200)
commit20a4de8ef75a8ad50cd2a3cd8fa2e046a89dbdb5
treec21866c286153d812dbea13623aa3c8902bd872f
parenta9dae90888324690abae2e2827ad97a0db25e07d
serial/imx: fix IMX UART macro usage to reflect correct processor

Platform dependant UART data refers to MX31 macro for MX35 machines.
For all other machines, macro usage matches machine type.

Though this compiles out to the same result, it looks much like
a typo, so fix it to use the right macros instead.

Signed-off-by: Oskar Schirmer <oskar@scara.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/devices/platform-imx-uart.c