Commit bd5b2194 authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman

tty: xtensa/iss, remove stale comments

These are likely taken over from amiserial. iss doesn't do anything of
that.

Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: linux-xtensa@linux-xtensa.org
Acked-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210302062214.29627-31-jslaby@suse.czSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0894b134
...@@ -37,13 +37,6 @@ static struct timer_list serial_timer; ...@@ -37,13 +37,6 @@ static struct timer_list serial_timer;
static DEFINE_SPINLOCK(timer_lock); static DEFINE_SPINLOCK(timer_lock);
/*
* This routine is called whenever a serial port is opened. It
* enables interrupts for a serial port, linking in its async structure into
* the IRQ chain. It also performs the serial-specific
* initialization for the tty structure.
*/
static void rs_poll(struct timer_list *); static void rs_poll(struct timer_list *);
static int rs_open(struct tty_struct *tty, struct file * filp) static int rs_open(struct tty_struct *tty, struct file * filp)
...@@ -58,17 +51,6 @@ static int rs_open(struct tty_struct *tty, struct file * filp) ...@@ -58,17 +51,6 @@ static int rs_open(struct tty_struct *tty, struct file * filp)
return 0; return 0;
} }
/*
* ------------------------------------------------------------
* iss_serial_close()
*
* This routine is called when the serial port gets closed. First, we
* wait for the last remaining data to be sent. Then, we unlink its
* async structure from the interrupt chain if necessary, and we free
* that IRQ if nothing is left in the chain.
* ------------------------------------------------------------
*/
static void rs_close(struct tty_struct *tty, struct file * filp) static void rs_close(struct tty_struct *tty, struct file * filp)
{ {
spin_lock_bh(&timer_lock); spin_lock_bh(&timer_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment