Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2009 14:05:54 GMT
From:      Sylvestre Gallon <syl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 166932 for review
Message-ID:  <200908021405.n72E5sBY007979@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=166932

Change 166932 by syl@syl_atuin on 2009/08/02 14:05:39

	fix a typo.

Affected files ...

.. //depot/projects/soc2009/syl_usb/src/sys/dev/usb/controller/musb_otg.c#9 edit

Differences ...

==== //depot/projects/soc2009/syl_usb/src/sys/dev/usb/controller/musb_otg.c#9 (text+ko) ====

@@ -1986,8 +1986,8 @@
 {
 	.open = musbotg_device_dummy,
 	.enter = musbotg_device_dummy,
-	.close = musbotg_device_ctrl_close,
-	.start = musbotg_device_ctrl_start,
+	.close = musbotg_device_xxx_close,
+	.start = musbotg_device_xxx_start,
 };
 
 struct usb_pipe_methods musbotg_device_intr_methods =



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