]> git.karo-electronics.de Git - linux-beck.git/commit
TTY: serial, inline uart_get
authorJiri Slaby <jslaby@suse.cz>
Wed, 9 Nov 2011 20:33:49 +0000 (21:33 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Nov 2011 23:59:01 +0000 (15:59 -0800)
commit1c7b13c4886f5cfaf02fb1052f65ef1a2fe88b9a
tree133948b2e66a198cabb66b8d8893073a8284b3a1
parentb39c49a05ec7322c96ec917922eae8b908d2c76f
TTY: serial, inline uart_get

We need to expand uart_get into uart_open. We need it to move on with
conversion to use tty_port_open helper. After we do this, the code
will be much more similar to what tty_port_open does.

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