Comment 26 for bug 1219256

Revision history for this message
In , John (john-redhat-bugs) wrote :

I've discovered the kernel 3.9 drivers will compile and work in kernel 3.11 if the following line in sierra.c

  ifnum = port->number - serial->minor;

is replaced with:

  ifnum = port->port_number;