PERFORCE change 143408 for review
Weongyo Jeong
weongyo at FreeBSD.org
Fri Jun 13 08:20:35 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=143408
Change 143408 by weongyo at 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;
}
More information about the p4-projects
mailing list