ChangeSet 1.1292, 2003/05/29 17:39:26-03:00, [EMAIL PROTECTED]

o drivers/usb/net/cdc-ether: initialize struct usb_driver ->owner field


 drivers/usb/net/cdc-ether.c |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/drivers/usb/net/cdc-ether.c b/drivers/usb/net/cdc-ether.c
--- a/drivers/usb/net/cdc-ether.c       Fri May 30 11:37:38 2003
+++ b/drivers/usb/net/cdc-ether.c       Fri May 30 11:37:38 2003
@@ -1342,6 +1342,7 @@
 //////////////////////////////////////////////////////////////////////////////
 
 static struct usb_driver CDCEther_driver = {
+       .owner =        THIS_MODULE,
        .name =         "CDCEther",
        .probe =        CDCEther_probe,
        .disconnect =   CDCEther_disconnect,



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to