Commit 5b84c967 authored by Valentin Rothberg's avatar Valentin Rothberg Committed by Greg Kroah-Hartman

drivers/tty/serial/mpc52xx_uart.c: fix typo in C comment

Fix reference on PPC_MPC52xx in C comment after #endif.
Signed-off-by: default avatarValentin Rothberg <valentinrothberg@gmail.com>
Reviewed-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 47eb16f6
...@@ -405,7 +405,7 @@ static struct psc_ops mpc5200b_psc_ops = { ...@@ -405,7 +405,7 @@ static struct psc_ops mpc5200b_psc_ops = {
.get_mr1 = mpc52xx_psc_get_mr1, .get_mr1 = mpc52xx_psc_get_mr1,
}; };
#endif /* CONFIG_MPC52xx */ #endif /* CONFIG_PPC_MPC52xx */
#ifdef CONFIG_PPC_MPC512x #ifdef CONFIG_PPC_MPC512x
#define FIFO_512x(port) ((struct mpc512x_psc_fifo __iomem *)(PSC(port)+1)) #define FIFO_512x(port) ((struct mpc512x_psc_fifo __iomem *)(PSC(port)+1))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment