On Sun, 31 Oct 2004, Dennis Grevenstein wrote: > struct tty_struct *tty = up->port.info->tty; /* XXX info==NULL? */ It looks up->port.info is null for some reason (and unhandled as noted in the comment). Maciej
On Sun, 31 Oct 2004, Dennis Grevenstein wrote: > struct tty_struct *tty = up->port.info->tty; /* XXX info==NULL? */ It looks up->port.info is null for some reason (and unhandled as noted in the comment). Maciej