Re: [PATCH 2/5] TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation
From: Peter Hurley <hidden>
Date: 2015-03-05 14:33:47
Also in:
linux-serial, lkml
From: Peter Hurley <hidden>
Date: 2015-03-05 14:33:47
Also in:
linux-serial, lkml
On 03/04/2015 04:39 AM, Johan Hovold wrote:
Remove incorrect and redundant wait_until_sent operation, which waits for the driver buffer rather than any hardware buffers to drain, something which is already taken care of by the tty layer (and chars_in_buffer).
Reviewed-by: Peter Hurley <redacted>