commit | 34eefb595c10eb9a6dc99a82f7333c86dfe61337 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Feb 15 17:38:45 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 07 16:11:14 2016 -0800 |
tree | 764b4a2c3616ae509a79317751e8768b1e62c4d3 | |
parent | 93d7bbaa65bb54e55f425ab1d5de92ab630857e2 [diff] |
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>