serial: 8250_core: remove redundant else keyword
authorAndy Shevchenko <[email protected]>
Thu, 22 Jan 2015 12:40:26 +0000 (14:40 +0200)
committerGreg Kroah-Hartman <[email protected]>
Mon, 2 Feb 2015 18:11:26 +0000 (10:11 -0800)
commita39d1da11b675b2cc2e0ffaafa8952ac7c3bd104
tree9097f2808c1e5ce980089caed43cacfafcaed30f
parentcb8763417224340f9a6092092077c801ce686eba
serial: 8250_core: remove redundant else keyword

Since we return in the first branch the second one doesn't require an
additional else keyword. The patch removes it.

Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/serial/8250/8250_core.c