···21212121 /* Work out which port within the device is being setup */21222122 device_port = port->number - port->serial->minor;2123212321242124- dbg("%s - endpoint %d port %d (%d)",21252125- __func__, usb_pipeendpoint(this_urb->pipe),21262126- port->number, device_port);21272127-21282128- /* Make sure we have an urb then send the message */21242124+ /* Make sure we have an urb then send the message */21292125 if (this_urb == NULL) {21302126 dbg("%s - oops no urb for port %d.", __func__, port->number);21312127 return -1;21322128 }21292129+21302130+ dbg("%s - endpoint %d port %d (%d)",21312131+ __func__, usb_pipeendpoint(this_urb->pipe),21322132+ port->number, device_port);2133213321342134 /* Save reset port val for resend.21352135 Don't overwrite resend for open/close condition. */