diff options
author | Tudor Ambarus <[email protected]> | 2024-01-19 10:45:18 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-01-27 19:05:19 -0800 |
commit | 16db7adb77643c735fc521aecddd1e51ae4534b5 (patch) | |
tree | dac93b0deeaa9bf346ecaba6955be0247a6f8dd9 | |
parent | 048dc68709a0c7ed80f327d4b7ff5af7461107e3 (diff) |
tty: serial: samsung: drop superfluous comment
The comment brings no benefit as we can already see from the method's
name, ``s3c24xx_serial_pm``, that it deals with power management.
Drop the superfluous comment.
Reviewed-by: Sam Protsenko <[email protected]>
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/tty/serial/samsung_tty.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/samsung_tty.c b/drivers/tty/serial/samsung_tty.c index b6d34c9f46ea..4bb75b1eceef 100644 --- a/drivers/tty/serial/samsung_tty.c +++ b/drivers/tty/serial/samsung_tty.c @@ -1295,8 +1295,6 @@ static int apple_s5l_serial_startup(struct uart_port *port) return ret; } -/* power power management control */ - static void s3c24xx_serial_pm(struct uart_port *port, unsigned int level, unsigned int old) { |