Re: [PATCH 1/8] tty: n_gsm, eliminate indirection for gsm->{output,error}()

From: Greg KH
Date: Tue Aug 18 2020 - 07:51:51 EST


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