SOURCES: ipw2200-2.6.24.patch (NEW) - patch for kernel 2.6.24

zbyniu zbyniu at pld-linux.org
Sun Mar 2 22:50:03 CET 2008


Author: zbyniu                       Date: Sun Mar  2 21:50:03 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch for kernel 2.6.24

---- Files affected:
SOURCES:
   ipw2200-2.6.24.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ipw2200-2.6.24.patch
diff -u /dev/null SOURCES/ipw2200-2.6.24.patch:1.1
--- /dev/null	Sun Mar  2 22:50:03 2008
+++ SOURCES/ipw2200-2.6.24.patch	Sun Mar  2 22:49:58 2008
@@ -0,0 +1,13 @@
+--- ipw2200-1.2.2/ipw2200.c~	2008-03-02 22:02:22.000000000 +0100
++++ ipw2200-1.2.2/ipw2200.c	2008-03-02 22:33:37.100539785 +0100
+@@ -11937,8 +11937,9 @@ static int ipw_pci_probe(struct pci_dev 
+ 		IPW_ERROR("Error allocating IRQ %d\n", pdev->irq);
+ 		goto out_destroy_workqueue;
+ 	}
+-
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)
+ 	SET_MODULE_OWNER(net_dev);
++#endif
+ 	SET_NETDEV_DEV(net_dev, &pdev->dev);
+ 
+ 	mutex_lock(&priv->mutex);
================================================================


More information about the pld-cvs-commit mailing list