Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca4f1056 authored by Roel Kluin's avatar Roel Kluin Committed by Pierre Ossman
Browse files

mmc: balanc pci_iomap with pci_iounmap



balance pci_iomap with pci_iounmap, not iounmap

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 504f191f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@ static int sdricoh_init_mmc(struct pci_dev *pci_dev,

err:
	if (iobase)
		iounmap(iobase);
		pci_iounmap(pci_dev, iobase);
	if (mmc)
		mmc_free_host(mmc);