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

2013-11-09 Thread Johan Hovold
On Fri, Nov 08, 2013 at 10:53:11PM +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. > > Signed-off-by: Colin Leitner Cc: sta...@vger.kernel.org Signed-off-by: Johan Hov

[PATCH] USB: spcp8x5: 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/spcp8x5.c | 30 ++ 1 file changed, 14 insertions(+), 16 deletions(-) diff -