Re: [PATCH 0/3] tty: drop unused iflag macro

From: Greg Kroah-Hartman
Date: Thu May 23 2019 - 05:34:02 EST


On Thu, May 23, 2019 at 11:21:27AM +0200, Johan Hovold wrote:
> On Fri, Apr 26, 2019 at 07:59:22AM +0200, Johan Hovold wrote:
> > I noticed that the RELEVANT_IFLAG() macro was unused in USB serial and
> > turns out there were a few more instances that could be dropped.
> >
> > I have some pending changes that may conflict with the corresponding
> > change to USB serial so I'll take that one separately through my tree,
> > but perhaps the rest could go through Greg's tty tree.
>
> > Johan Hovold (3):
> > tty: simserial: drop unused iflag macro
> > tty: ipoctal: drop unused iflag macro
> > tty: cpm_uart: drop unused iflag macro
> >
> > arch/ia64/hp/sim/simserial.c | 2 --
> > drivers/ipack/devices/ipoctal.h | 1 -
> > drivers/tty/serial/cpm_uart/cpm_uart_core.c | 2 --
> > 3 files changed, 5 deletions(-)
>
> Greg, do you still have these clean-ups in your queue? Want me to resend
> with Tony's ack?

They are still in my to-review queue. Let me dig out from some more
stable patches before I tackle the tty/serial stuff later today or
tomorrow.

thanks,

greg k-h