PERFORCE change 166932 for review
Sylvestre Gallon
syl at FreeBSD.org
Sun Aug 2 14:05:55 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=166932
Change 166932 by syl at 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 =
More information about the p4-projects
mailing list