[BACK]Return to umcs.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/umcs.c between version 1.17 and 1.18

version 1.17, 2021/08/07 16:19:17 version 1.18, 2022/02/09 07:32:33
Line 283  umcs7840_attach(device_t parent, device_
Line 283  umcs7840_attach(device_t parent, device_
                     sc->sc_intr_buflen, umcs7840_intr, 100);                      sc->sc_intr_buflen, umcs7840_intr, 100);
         if (error) {          if (error) {
                 aprint_error_dev(self, "cannot open interrupt pipe "                  aprint_error_dev(self, "cannot open interrupt pipe "
                     "(addr %d)\n", intr_addr);                      "(addr %d): error %d\n", intr_addr, error);
                 sc->sc_dying = true;                  sc->sc_dying = true;
                 return;                  return;
         }          }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>