speedtch cxacru.c,1.40,1.41

Duncan Sands duncan at infradead.org
Tue Jan 10 12:12:41 EST 2006


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv31548

Modified Files:
	cxacru.c 
Log Message:
Changed "hotplug misconfiguration?" to "system misconfigured?", since hotplug
is being replaced by udev.  Get rid of .owner, as in the kernel tree.


Index: cxacru.c
===================================================================
RCS file: /home/cvs/speedtch/cxacru.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- cxacru.c	29 Nov 2005 12:54:09 -0000	1.40
+++ cxacru.c	10 Jan 2006 17:12:39 -0000	1.41
@@ -632,14 +632,14 @@
 
 	int ret = cxacru_find_firmware(instance, "fw", &fw);
 	if (ret) {
-		usb_warn(usbatm_instance, "firmware (cxacru-fw.bin) unavailable (hotplug misconfiguration?)\n");
+		usb_warn(usbatm_instance, "firmware (cxacru-fw.bin) unavailable (system misconfigured?)\n");
 		return ret;
 	}
 
 	if (instance->modem_type->boot_rom_patch) {
 		ret = cxacru_find_firmware(instance, "bp", &bp);
 		if (ret) {
-			usb_warn(usbatm_instance, "boot ROM patch (cxacru-bp.bin) unavailable (hotplug misconfiguration?)\n");
+			usb_warn(usbatm_instance, "boot ROM patch (cxacru-bp.bin) unavailable (system misconfigured?)\n");
 			release_firmware(fw);
 			return ret;
 		}
@@ -849,7 +849,6 @@
 }
 
 static struct usb_driver cxacru_usb_driver = {
-	.owner		= THIS_MODULE,
 	.name		= cxacru_driver_name,
 	.probe		= cxacru_usb_probe,
 	.disconnect	= usbatm_usb_disconnect,




More information about the Usbatm-commits mailing list