• Roman Fietze's avatar
    [PATCH] clean up n_tty alloc_buf() · 31fd9d3f
    Roman Fietze authored
    Don't bother zeroing the allocated memory inside alloc_buf() in the
    n_tty line discipline.  alloc_buf() is static inline and is only
    referenced by n_tty_open() which always clears the memory (once more).
    
    No bug, just a minor cleanup
    31fd9d3f
n_tty.c 30.6 KB