]> bbs.cooldavid.org Git - net-next-2.6.git/commit
serial: Change the wait for carrier locking
authorAlan Cox <alan@linux.intel.com>
Tue, 1 Jun 2010 20:52:57 +0000 (22:52 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 20:47:42 +0000 (13:47 -0700)
commit61cd8a21d8a9fb4b11111270cf2d3aa919c20624
treeb390c27925f168a4cec35446b300c4d51657f86d
parent8ce73264b75be4d5ed480440ac32dfc1f25ff678
serial: Change the wait for carrier locking

We want to push the lock/unlock into the helper functions so that we
can prepare to move to using the tty_port helper. The expansion initially
comes out a bit ugly but its worth the temporary expansion IMHO just so
we can produce a nice testable series of changes.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/serial_core.c