Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / drivers / scsi / isci / probe_roms.c
index b5f4341..7cd637d 100644 (file)
@@ -104,7 +104,6 @@ struct isci_orom *isci_request_oprom(struct pci_dev *pdev)
 
        if (i >= len) {
                dev_err(&pdev->dev, "oprom parse error\n");
-               devm_kfree(&pdev->dev, rom);
                rom = NULL;
        }
        pci_unmap_biosrom(oprom);