Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2010 08:00:04 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 179522 for review
Message-ID:  <201006120800.o5C804D6061066@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@179522?ac=10

Change 179522 by hselasky@hselasky_laptop001 on 2010/06/12 07:59:32

	USB audio:
		- fix compile issue when USB debugging is turned on.

Affected files ...

.. //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#70 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/sound/usb/uaudio.c#70 (text+ko) ====

@@ -792,8 +792,8 @@
 		    ed, ed->bLength, ed->bDescriptorType,
 		    ed->bEndpointAddress, ed->bmAttributes,
 		    UGETW(ed->wMaxPacketSize), ed->bInterval,
-		    UEP_HAS_REFRESH(ep) ? ed->bRefresh : 0,
-		    UEP_HAS_SYNCADDR(ep) ? ed->bSynchAddress : 0);
+		    UEP_HAS_REFRESH(ed) ? ed->bRefresh : 0,
+		    UEP_HAS_SYNCADDR(ed) ? ed->bSynchAddress : 0);
 	}
 }
 



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