PERFORCE change 131316 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Dec 20 10:29:55 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=131316
Change 131316 by hselasky at hselasky_laptop001 on 2007/12/20 18:29:52
Compile fix.
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/at9100_dci.c#3 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/at9100_dci.c#3 (text+ko) ====
@@ -759,7 +759,7 @@
/* setup temp */
temp.td = NULL;
- temp.td_next = xfer->td_start;
+ temp.td_next = xfer->td_start[0];
temp.setup_alt_next = xfer->flags_int.short_frames_ok;
temp.offset = 0;
temp.pc = NULL;
@@ -2216,7 +2216,7 @@
parm->size[0] += sizeof(*td);
}
- xfer->td_start = last_obj;
+ xfer->td_start[0] = last_obj;
return;
}
More information about the p4-projects
mailing list