ChangeSet 1.1398, 2003/06/10 16:37:03-07:00, [EMAIL PROTECTED]
[PATCH] USB: fix problem found by sparse in usb.h
include/linux/usb.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/include/linux/usb.h b/include/linux/usb.h
--- a/include/linux/usb.h Tue Jun 10 17:11:01 2003
+++ b/include/linux/usb.h Tue Jun 10 17:11:01 2003
@@ -136,7 +136,7 @@
static inline void usb_set_intfdata (struct usb_interface *intf, void *data)
{
- return dev_set_drvdata (&intf->dev, data);
+ dev_set_drvdata(&intf->dev, data);
}
/* USB_DT_CONFIG: Configuration descriptor information.
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel