Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2008 08:20:35 GMT
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 143408 for review
Message-ID:  <200806130820.m5D8KZwc010055@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143408

Change 143408 by weongyo@weongyo_ws on 2008/06/13 08:20:30

	the order of setting values were reversed that it's a bug.

Affected files ...

.. //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#5 edit

Differences ...

==== //depot/projects/ndisusb/sys/compat/ndis/subr_usbd.c#5 (text+ko) ====

@@ -905,8 +905,8 @@
 		break;
 	default:
 		ip->irp_iostat.isb_info = 0;
+		USBD_URB_STATUS(urb) = usbd_usb2urb(status);
 		ip->irp_iostat.isb_status = usbd_urb2nt(USBD_URB_STATUS(urb));
-		USBD_URB_STATUS(urb) = usbd_usb2urb(status);
 		break;
 	}
 



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