Re: [PATCH v2 06/22] usb: serial: ti_usb_3410_5052: Remove unused variables

From: Johan Hovold
Date: Tue Aug 23 2016 - 08:11:58 EST


On Tue, Jul 26, 2016 at 07:59:46PM +0200, Mathieu OTHACEHE wrote:
> Remove variables affected but never read.

This commit message is also incomplete. The tp_flags variable was indeed
read, even if it was always ANDed with 0.

I applied it anyway this time, and also dropped the now unused
TI_SET_SERIAL_FLAGS define that you did remove in v1.

> Signed-off-by: Mathieu OTHACEHE <m.othacehe@xxxxxxxxx>

Thanks,
Johan