On 2020-10-25 18:45:46 [+0100], Johan Hovold wrote: > 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@xxxxxxxxxxxxx> > Johan Sebastian