On Fri, Jul 23, 2021 at 09:43:09AM +0200, Jiri Slaby wrote: > This series converts the rest of the drivers to use: > * tty_alloc_driver instead of alloc_tty_driver, and > * tty_driver_kref_put instead of put_tty_driver. > > They were more of less interchangeable, alloc_tty_driver() and > put_tty_driver() are older interfaces which weren't eliminated until > now. Nice, thanks for cleaning this up! greg k-h