aboutsummaryrefslogtreecommitdiff
path: root/hw/sd/sdhci-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sd/sdhci-pci.c')
-rw-r--r--hw/sd/sdhci-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sd/sdhci-pci.c b/hw/sd/sdhci-pci.c
index 19fa8bd..4f5977d 100644
--- a/hw/sd/sdhci-pci.c
+++ b/hw/sd/sdhci-pci.c
@@ -50,7 +50,7 @@ static void sdhci_pci_exit(PCIDevice *dev)
{
SDHCIState *s = PCI_SDHCI(dev);
- sdhci_common_unrealize(s, &error_abort);
+ sdhci_common_unrealize(s);
sdhci_uninitfn(s);
}