pata_sil680: remove duplicate pcim_enable_device
Remove duplicate call to pcim_enable_device in sil680_init_one. Signed-off-by: David Milburn <dmilburn@redhat.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
9c2676b61a
commit
de058cdea6
|
@ -322,9 +322,6 @@ static int __devinit sil680_init_one(struct pci_dev *pdev,
|
||||||
/* Try to acquire MMIO resources and fallback to PIO if
|
/* Try to acquire MMIO resources and fallback to PIO if
|
||||||
* that fails
|
* that fails
|
||||||
*/
|
*/
|
||||||
rc = pcim_enable_device(pdev);
|
|
||||||
if (rc)
|
|
||||||
return rc;
|
|
||||||
rc = pcim_iomap_regions(pdev, 1 << SIL680_MMIO_BAR, DRV_NAME);
|
rc = pcim_iomap_regions(pdev, 1 << SIL680_MMIO_BAR, DRV_NAME);
|
||||||
if (rc)
|
if (rc)
|
||||||
goto use_ioports;
|
goto use_ioports;
|
||||||
|
|
Loading…
Reference in New Issue