[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180914152352.GB19965@ZenIV.linux.org.uk>
Date: Fri, 14 Sep 2018 16:23:52 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Johan Hovold <johan@...nel.org>
Cc: Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 17/50] usb-serial: begin switching to ->[sg]et_serial()
On Fri, Sep 14, 2018 at 03:39:30PM +0200, Johan Hovold wrote:
> > + if (port->serial->type->get_serial)
> > + return port->serial->type->get_serial(tty, ss);
> > + return -ENOIOCTLCMD;
> > +}
> > +
> > +static int serial_set_serial(struct tty_struct *tty, struct serial_struct *ss)
> > +{
> > + struct usb_serial_port *port = tty->driver_data;
>
> And here.
>
> > + if (port->serial->type->set_serial)
> > + return port->serial->type->get_serial(tty, ss);
... and another cut'n'paste braino - it's set_serial, of course.
Powered by blists - more mailing lists