Date: Thu, 20 Dec 2007 18:29:54 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 131316 for review Message-ID: <200712201829.lBKITs5o030607@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131316 Change 131316 by hselasky@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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712201829.lBKITs5o030607>