[BACK]Return to motg.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/motg.c between version 1.6.4.2.4.2 and 1.6.4.2.4.3

version 1.6.4.2.4.2, 2017/01/26 21:54:24 version 1.6.4.2.4.3, 2017/03/31 10:05:07
Line 2087  motg_device_intr_tx(struct motg_softc *s
Line 2087  motg_device_intr_tx(struct motg_softc *s
 complete:  complete:
         DPRINTFN(MD_BULK, "xfer %p complete, status %d", xfer,          DPRINTFN(MD_BULK, "xfer %p complete, status %d", xfer,
             (xfer != NULL) ? xfer->ux_status : 0, 0, 0);              (xfer != NULL) ? xfer->ux_status : 0, 0, 0);
         KASSERTMSG(xfer && xfer->ux_status == USBD_IN_PROGRESS &&          KASSERTMSG(xfer && xfer->ux_status == USBD_IN_PROGRESS &&
             ep->phase == DATA_OUT, "xfer %p status %d phase %d",              ep->phase == DATA_OUT, "xfer %p status %d phase %d",
             xfer, xfer->ux_status, ep->phase);              xfer, xfer->ux_status, ep->phase);
         ep->phase = IDLE;          ep->phase = IDLE;

Legend:
Removed from v.1.6.4.2.4.2  
changed lines
  Added in v.1.6.4.2.4.3

CVSweb <webmaster@jp.NetBSD.org>