Added some debug printk's for shares_write problems that Steve is seeing
[linux-2.6.git] / drivers / usb / core / hub.c
index f817a8c..b13fe40 100644 (file)
@@ -1253,8 +1253,8 @@ int usb_resume_device(struct usb_device *udev)
        return 0;
 }
 
-#define        hub_suspend             0
-#define        hub_resume              0
+#define        hub_suspend             NULL
+#define        hub_resume              NULL
 #define        remote_wakeup(x)        0
 
 #endif /* CONFIG_USB_SUSPEND */