Re: [PATCH 0/3] USB: serial: endianness and DBZ fixes

2017-05-15 Thread Johan Hovold
On Thu, May 11, 2017 at 11:54:58AM +0200, Greg Kroah-Hartman wrote:
> On Thu, May 11, 2017 at 11:41:18AM +0200, Johan Hovold wrote:
> > A run of sparse on USB-serial revealed a couple of endianness issues of
> > which one would break baud-rate handling on big-endian hosts.
> > 
> > Also included is a division-by-zero bug in io_ti that was found through
> > inspection.
> 
> All look good to me:
> 
> Reviewed-by: Greg Kroah-Hartman 

Thanks for the review. Series now applied.

Johan
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] USB: serial: endianness and DBZ fixes

2017-05-11 Thread Greg KH
On Thu, May 11, 2017 at 11:41:18AM +0200, Johan Hovold wrote:
> A run of sparse on USB-serial revealed a couple of endianness issues of
> which one would break baud-rate handling on big-endian hosts.
> 
> Also included is a division-by-zero bug in io_ti that was found through
> inspection.

All look good to me:

Reviewed-by: Greg Kroah-Hartman 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] USB: serial: endianness and DBZ fixes

2017-05-11 Thread Johan Hovold
A run of sparse on USB-serial revealed a couple of endianness issues of
which one would break baud-rate handling on big-endian hosts.

Also included is a division-by-zero bug in io_ti that was found through
inspection.

Johan


Johan Hovold (3):
  USB: serial: ir-usb: fix big-endian baud-rate debug printk
  USB: serial: mct_u232: fix big-endian baud-rate handling
  USB: serial: io_ti: fix div-by-zero in set_termios

 drivers/usb/serial/io_ti.c|  5 -
 drivers/usb/serial/ir-usb.c   | 21 -
 drivers/usb/serial/mct_u232.c |  2 +-
 3 files changed, 17 insertions(+), 11 deletions(-)

-- 
2.13.0

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html