Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2004 02:35:59 +0000 (UTC)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb usbdi.c
Message-ID:  <200408290235.i7T2Zxlh032755@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2004-08-29 02:35:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usbdi.c 
  Log:
  Fix two cases where a successful return from usbd_transfer() would
  be treated as an error and cause a transfer to be freed twice. This
  can probably only happen at boot time when transfers are processed
  synchronously.
  
  Revision  Changes    Path
  1.87      +2 -2      src/sys/dev/usb/usbdi.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408290235.i7T2Zxlh032755>