You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
staging/fwserial: Rip out rx buffering
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7e1e71d154
commit
c4a8dab580
@@ -92,6 +92,7 @@ int tty_buffer_space_avail(struct tty_port *port)
|
||||
int space = port->buf.mem_limit - atomic_read(&port->buf.mem_used);
|
||||
return max(space, 0);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(tty_buffer_space_avail);
|
||||
|
||||
static void tty_buffer_reset(struct tty_buffer *p, size_t size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user