Felipe W Damasio wrote: > @@ -82,7 +82,7 @@ > > /* These identify the driver base version and may not be removed. */ > static char version[] __devinitdata = > -KERN_INFO DRV_NAME ": 10/100 PCI Ethernet driver v" DRV_VERSION " (" DRV_RELDATE ")\n"; > +DRV_NAME ": 10/100 PCI Ethernet driver v" DRV_VERSION " (" DRV_RELDATE ")\n"; Why are you doing this? You are moving the string concatenation from compile-time to runtime. The main purpose of the this patch, PCI suspend/resume, looks ok :) This unrelated piece looks wrong. Jeff - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html