ChangeSet 1.1713.7.8, 2004/04/07 16:53:03-07:00, [EMAIL PROTECTED]

[PATCH] USB: fix up previous sysfs patch to actually compile...


 drivers/usb/core/driverfs.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/core/driverfs.c b/drivers/usb/core/driverfs.c
--- a/drivers/usb/core/driverfs.c       Wed Apr 14 14:33:39 2004
+++ b/drivers/usb/core/driverfs.c       Wed Apr 14 14:33:39 2004
@@ -140,7 +140,7 @@
        udev = to_usb_device (dev);
        return sprintf (buf, "%d\n", udev->maxchild);
 }
-static DEVICE_ATTR(maxChild, S_IRUGO, show_maxchild, NULL);
+static DEVICE_ATTR(maxchild, S_IRUGO, show_maxchild, NULL);
 
 /* Descriptor fields */
 #define usb_descriptor_attr(field, format_string)                      \



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to