Re: [PATCH 0/8] Get rid of old tty_driver functions
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-07-27 10:18:39
Also in:
lkml
From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-07-27 10:18:39
Also in:
lkml
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