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

Commit 30c56660 authored by Christoph Fritz's avatar Christoph Fritz Committed by Chris Wilson
Browse files

drm/i915: opregion_setup: iounmap correct address



In case of an opregion signature mismatch in intel_opregion_setup(),
iounmap the correct address.

Signed-off-by: default avatarChristoph Fritz <chf.fritz@googlemail.com>
Cc: stable@kernel.org
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 395b70be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -512,6 +512,6 @@ int intel_opregion_setup(struct drm_device *dev)
	return 0;

err_out:
	iounmap(opregion->header);
	iounmap(base);
	return err;
}