On Tue, Aug 18, 2020 at 10:56:48AM +0200, Jiri Slaby wrote: > gsm->output and ->error are set only to gsmld_output and gsm_error, > respectively. Call these functions directly and remove error and output > function pointers from struct gsm_mux completely. > > Note: we need a forward declaration of gsmld_output now. > > Signed-off-by: Jiri Slaby <jslaby@xxxxxxx> > --- > drivers/tty/n_gsm.c | 15 ++++++--------- > 1 file changed, 6 insertions(+), 9 deletions(-) Thanks for this series, and for the vt cleanup series, all now queued up. greg k-h