Re: [PATCH] USB: mos7840: correct handling of CS5 setting

2013-11-09 Thread Johan Hovold
On Fri, Nov 08, 2013 at 10:52:34PM +0100, Colin Leitner wrote: > This patch removes an erroneous check of CSIZE, which made it impossible to > set > CS5. > > Compiles clean, but couldn't test against hardware. The patch is obviously correct, but I've verified that CS5 actually works using a MCS7

[PATCH] USB: mos7840: correct handling of CS5 setting

2013-11-08 Thread Colin Leitner
This patch removes an erroneous check of CSIZE, which made it impossible to set CS5. Compiles clean, but couldn't test against hardware. Signed-off-by: Colin Leitner --- drivers/usb/serial/mos7840.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff