]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: 8250_core: remove redundant else keyword
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 22 Jan 2015 12:40:26 +0000 (14:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_core.c