> @@ -296,10 +273,11 @@ static int i2c_dw_pci_probe(struct pci_dev *pdev, > snprintf(adap->name, sizeof(adap->name), "i2c-designware-pci-%d", > adap->nr); > > - r = request_irq(pdev->irq, i2c_dw_isr, IRQF_SHARED, adap->name, dev); > + r = devm_request_irq(&pdev->dev, pdev->irq, i2c_dw_isr, IRQF_SHARED, > + adap->name, dev); IRQ question from patch 1 fits here, too. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html