On Tue, Mar 02, 2021 at 07:22:04AM +0100, Jiri Slaby wrote: > These drivers check tty_unregister_driver return value. But they don't > handle a failure correctly (they free the driver in any case). So stop > checking tty_unregister_driver return value and remove also the prints. > > In the next patch, tty_unregister_driver's return type will be switched > to void. > > Signed-off-by: Jiri Slaby <[email protected]> > Cc: Chris Zankel <[email protected]> > Cc: Max Filippov <[email protected]> > Cc: [email protected] > Cc: Jiri Kosina <[email protected]> > Cc: David Sterba <[email protected]> > ---
For > drivers/tty/ipwireless/tty.c | 7 +------ Acked-by: David Sterba <[email protected]> Thanks.

