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

From: Johan Hovold
Date: Thu May 23 2019 - 05:24:23 EST


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?

Johan