Tejun Heo wrote:
Regions are requested twice during initialization causing the second one to fail. This is regression introduced during iomap conversion.Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> --- Nate, this should fix it. But LBA48 support is broken on the controller. diff --git a/drivers/ata/sata_inic162x.c b/drivers/ata/sata_inic162x.c index dcf5fe5..11c3079 100644 --- a/drivers/ata/sata_inic162x.c +++ b/drivers/ata/sata_inic162x.c @@ -674,10 +674,6 @@ static int inic_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) if (rc) return rc;- rc = pci_request_regions(pdev, DRV_NAME);- if (rc) - return rc; - rc = pcim_iomap_regions(pdev, 0x3f, DRV_NAME); if (rc) return rc;
applied - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
