On Fri, Dec 23, 2016 at 03:41:33PM +0530, Arvind Yadav wrote: > Release IO memory mapping, if i2c_dw_pci_probe is not successful.
Point of pcim_iomap_regions() is that the regions are released automatically. So there is no need for explicit release.
On Fri, Dec 23, 2016 at 03:41:33PM +0530, Arvind Yadav wrote: > Release IO memory mapping, if i2c_dw_pci_probe is not successful.
Point of pcim_iomap_regions() is that the regions are released automatically. So there is no need for explicit release.