tty: serial: msm: Fix 'void function return statements are not generally useful' warning
fixed below checkpatch.pl warning: WARNING: void function return statements are not generally useful Signed-off-by: Kiran Padwal <kiran.padwal@smartplayin.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6f47abcb86
commit
864119917d
1 changed files with 0 additions and 2 deletions
|
@ -787,8 +787,6 @@ static void msm_poll_put_char(struct uart_port *port, unsigned char c)
|
||||||
|
|
||||||
/* Enable interrupts */
|
/* Enable interrupts */
|
||||||
msm_write(port, imr, UART_IMR);
|
msm_write(port, imr, UART_IMR);
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue