Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.
authorSonic Zhang <sonic.zhang@analog.com>
Mon, 13 Oct 2008 09:33:33 +0000 (10:33 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:38 +0000 (09:51 -0700)
commit5ffdeea2f99ed9d46bf954c9fdc64da7da57e81b
tree81ef34ea8bc7cefb8b5ef540ca53897b0dc3a91a
parent08668ab7c2ca9bed281eb6763e5a8e15384b7fdc
Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.

Disable irq and return immediately.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/bfin_5xx.c