PERFORCE change 163042 for review

Hans Petter Selasky hselasky at FreeBSD.org
Fri May 29 19:38:33 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163042

Change 163042 by hselasky at hselasky_laptop001 on 2009/05/29 19:38:28

	
	USB CORE:
	 - small linux compat fix after recent changes.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_compat_linux.h#15 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_compat_linux.h#15 (text+ko) ====

@@ -339,6 +339,6 @@
 void	usb_linux_deregister(void *arg);
 
 #define	interface_to_usbdev(intf) (intf)->linux_udev
-#define	interface_to_bsddev(intf) (intf)->linux_udev->bsd_udev
+#define	interface_to_bsddev(intf) (intf)->linux_udev
 
 #endif					/* _USB_COMPAT_LINUX_H */


More information about the p4-projects mailing list