]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: 8250_dw: remove redundant 'else' keyword
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 Feb 2016 15:38:45 +0000 (17:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Mar 2016 00:11:14 +0000 (16:11 -0800)
commit34eefb595c10eb9a6dc99a82f7333c86dfe61337
tree764b4a2c3616ae509a79317751e8768b1e62c4d3
parent93d7bbaa65bb54e55f425ab1d5de92ab630857e2
serial: 8250_dw: remove redundant 'else' keyword

When the main branch contains return statement the 'else' keyword is not
needed. Remove it here.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c