Skip to content

Commit e61329e

Browse files
committed
[USBEHCI]
- Build
1 parent b7c6d8c commit e61329e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/usbehci/usbehci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2730,7 +2730,7 @@ EHCI_SubmitIsoTransfer(IN PVOID ehciExtension,
27302730
/* Determine microframe slot: for period=1, slots 0,1,2,...7 */
27312731
MicroFrame = p * Period;
27322732

2733-
< BufferPA = Packet->Segment0Addr.LowPart;
2733+
BufferPA = Packet->Segment0Addr.LowPart;
27342734
PageAddr = BufferPA >> 12;
27352735
Offset = BufferPA & 0xFFF;
27362736

0 commit comments

Comments
 (0)