]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/tty/serial/serial_core.c
TTY: serial, switch closing_wait and close_delay to jiffies
authorJiri Slaby <jslaby@suse.cz>
Wed, 9 Nov 2011 20:33:45 +0000 (21:33 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Nov 2011 23:58:58 +0000 (15:58 -0800)
commit4cb0fbfdc81f29a414583bd05a9e324f8f19984d
tree147b605d11f2026f055bcc486c42f1957557c83f
parentb54bf3b24908cd4f6a1d24276f795cfbccba5a3f
TTY: serial, switch closing_wait and close_delay to jiffies

As the tty_port helpers think closing_wait and close_delay are in
jiffies and we want to use the helpers (next patches), we have to
switch the closing_wait and close_delay from ms to jiffies now.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/serial_core.c