Re: [PATCH 1/2] USB: symbolserial: Use usb_get_serial_port_data

2015-08-17 Thread Johan Hovold
On Mon, Aug 17, 2015 at 09:06:15AM -0700, Greg Kroah-Hartman wrote: > On Mon, Aug 17, 2015 at 05:31:46PM +0200, Philipp Hachtmann wrote: > > The driver used usb_get_serial_data(port->serial) which compiled but > > resulted > > in a NULL pointer being returned (and subsequently used). I did not go

Re: [PATCH 1/2] USB: symbolserial: Use usb_get_serial_port_data

2015-08-17 Thread Greg KH
On Mon, Aug 17, 2015 at 05:31:46PM +0200, Philipp Hachtmann wrote: > The driver used usb_get_serial_data(port->serial) which compiled but resulted > in a NULL pointer being returned (and subsequently used). I did not go deeper > into this but I guess this is a regression. > > Signed-off-by: Philip