Re: [3/7] i2c-designware-pci: use managed functions pcim_* and devm_*

From: Wolfram Sang
Date: Tue Apr 09 2013 - 05:03:55 EST


> @@ -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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/