Re: [PATCH 1/11 V2] USB: kl5kusb105: Remove klsi_105_tiocmset function

2014-07-07 Thread Johan Hovold
On Sun, Jun 01, 2014 at 11:31:17AM +0200, Johan Hovold wrote: > On Sat, May 31, 2014 at 01:03:00PM -0300, Peter Senna Tschudin wrote: > > This patch remove the function klsi_105_tiocmset which was only > > returning -EINVAL. It also removes the function prototype and > > the .tiocmset entry in the

Re: [PATCH 1/11 V2] USB: kl5kusb105: Remove klsi_105_tiocmset function

2014-06-01 Thread Johan Hovold
On Sat, May 31, 2014 at 01:03:00PM -0300, Peter Senna Tschudin wrote: > This patch remove the function klsi_105_tiocmset which was only > returning -EINVAL. It also removes the function prototype and > the .tiocmset entry in the struct usb_serial_driver. > > Verified by compilation only. > > Sign

[PATCH 1/11 V2] USB: kl5kusb105: Remove klsi_105_tiocmset function

2014-05-31 Thread Peter Senna Tschudin
This patch remove the function klsi_105_tiocmset which was only returning -EINVAL. It also removes the function prototype and the .tiocmset entry in the struct usb_serial_driver. Verified by compilation only. Signed-off-by: Peter Senna Tschudin --- Changes from V1: - remove the function klsi_1