]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: mxs-auart: Fix build error
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 10 Mar 2015 14:24:24 +0000 (11:24 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2015 12:55:20 +0000 (13:55 +0100)
commitac25e8c72b34ad7853aad0b7008633217af0c1df
tree3909ba307b87032bf64e590cfddc85fed4a8ba0d
parentbecba85f0e1ca8ab97bd7e836a7129a94ace1ff2
serial: mxs-auart: Fix build error

Commit 343fda95481a7254f ("serial: mxs-auart: properly handle mctrl_gpio
failing") introduced the following build error:

  CC      drivers/tty/serial/mxs-auart.o
drivers/tty/serial/mxs-auart.c: In function 'mxs_auart_probe':
drivers/tty/serial/mxs-auart.c:1282:3: error: unknown type name 'got'

Fix it by providing a proper return code.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mxs-auart.c