On 07/16/2013 02:12 PM, Phil Carmody wrote: > Greetings Richard, > > Your > > + struct pci_dev *dev = (struct pci_dev *)dev; > > should surely (i.e. I'm nowhere near a compiler or kernel tree > presently) be > > + struct pci_dev *dev = (struct pci_dev *)cdev; > > I guess post that, you can have: > > Acked-by: Phil Carmody <pc+lkml@xxxxxxxx> Ug. Self-assignment suppressing uninitialized variable warning is the stupidest extension evar. Good eyes, thanks. r~ -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html