serial: amba-pl011: Remove redundant label
authorTushar Behera <tushar.b@samsung.com>
Thu, 26 Jun 2014 10:05:35 +0000 (15:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2014 00:13:54 +0000 (17:13 -0700)
commit7f6d942a819cd29854903097392b29010cbcf4da
tree2a7f0edb300f809ca3ee64335a5cebfc0bf7dcbb
parent8ad711a98d4094571aafb40e9c996d07fc733221
serial: amba-pl011: Remove redundant label

The label 'out' is only used to return the error code. We can return the
error code directly and remove 'out' label.

Signed-off-by: Tushar Behera <tushar.b@samsung.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c