Re: A bug (and a fix) in usbserial.c, kernel 2.4.22

From: Greg KH
Date: Fri Oct 03 2003 - 19:41:01 EST


On Sat, Oct 04, 2003 at 02:15:35AM +0400, Andrew Zabolotny wrote:
> The __serial_close function is setting port->tty to NULL, so the
> solution is to remove either the line 559:
>
> ...
> port->open_count = 0;
> port->tty = NULL;
> ...
>
> or line 1408 (which seems a better solution to me).

Or see the patch that is already in the 2.4.23-pre kernel tree :)

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/