[PATCH] Fixes console on AUART issue for MX28 platform
Shawn Guo
shawn.guo at linaro.org
Mon Jun 18 21:38:49 EDT 2012
On Mon, Jun 18, 2012 at 02:39:32PM -0700, Subodh Nijsure wrote:
>
> Signed-off-by: Subodh Nijsure <snijsure at grid-net.com>
Thanks for the patch, Subodh.
Considering my mxs/for-next is not a stable branch anyway, and we do
not want to bother Greg again to get his ack on this small fix-up,
I just amended the change into Fabio's patch with your sign-off added.
Regards,
Shawn
> ---
> drivers/tty/serial/mxs-auart.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c
> index ca3d25e..2ced332 100644
> --- a/drivers/tty/serial/mxs-auart.c
> +++ b/drivers/tty/serial/mxs-auart.c
> @@ -761,7 +761,7 @@ static int __devinit mxs_auart_probe(struct platform_device *pdev)
>
> platform_set_drvdata(pdev, s);
>
> - auart_port[pdev->id] = s;
> + auart_port[s->port.line] = s;
>
> mxs_auart_reset(&s->port);
>
> --
> 1.7.5.4
>
More information about the linux-arm-kernel
mailing list