Re: [PATCH 00/14] USB: serial: keyspan_pda: fix up write implementation
From: Johan Hovold <johan@kernel.org>
Date: 2020-10-27 08:11:06
Also in:
lkml
From: Johan Hovold <johan@kernel.org>
Date: 2020-10-27 08:11:06
Also in:
lkml
On Mon, Oct 26, 2020 at 01:13:18PM +0100, Sebastian Andrzej Siewior wrote:
On 2020-10-25 18:45:46 [+0100], Johan Hovold wrote:quoted
This series fixes a number of long-standing issues with the keyspan_pda driver and reworks its write implementation so that it can be used with any line discipline or for a system console. The last few patches cleans up the xircom device support and some style issues.Thank you Johan. This series fixes quite some issues including the in_interrupt() part. I added the buffer part because it hurt to see an allocation for one byte. There is no loss without it :) Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Sounds good. And thanks for taking a look at the series. Johan