Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
serial: 8250: remove return statements from void function
serial8250_set_mctrl() is a void type function. Returning something does not look nice. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information