* Re: [PATCH] drm/i915: opregion_setup: iounmap correct address
2010-11-01 10:32 [PATCH] drm/i915: opregion_setup: iounmap correct address Christoph Fritz
@ 2010-11-01 10:30 ` Chris Wilson
0 siblings, 0 replies; 2+ messages in thread
From: Chris Wilson @ 2010-11-01 10:30 UTC (permalink / raw)
To: Christoph Fritz; +Cc: David Airlie, intel-gfx, kernel-janitors
On Mon, 01 Nov 2010 11:32:22 +0100, Christoph Fritz <chf.fritz@googlemail.com> wrote:
> In case of an opregion signature mismatch in intel_opregion_setup(),
> iounmap the correct address.
Applied to -fixes and tagged for stable.
Thanks!
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] drm/i915: opregion_setup: iounmap correct address
2010-11-01 10:30 ` Chris Wilson
@ 2010-11-01 10:32 Christoph Fritz
2010-11-01 10:30 ` Chris Wilson
-1 siblings, 1 reply; 2+ messages in thread
From: Christoph Fritz @ 2010-11-01 10:32 UTC (permalink / raw)
To: kernel-janitors
In case of an opregion signature mismatch in intel_opregion_setup(),
iounmap the correct address.
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
drivers/gpu/drm/i915/intel_opregion.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_opregion.c b/drivers/gpu/drm/i915/intel_opregion.c
index 917c7dc..9b0d9a8 100644
--- a/drivers/gpu/drm/i915/intel_opregion.c
+++ b/drivers/gpu/drm/i915/intel_opregion.c
@@ -512,6 +512,6 @@ int intel_opregion_setup(struct drm_device *dev)
return 0;
err_out:
- iounmap(opregion->header);
+ iounmap(base);
return err;
}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-01 10:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 10:32 [PATCH] drm/i915: opregion_setup: iounmap correct address Christoph Fritz
2010-11-01 10:30 ` Chris Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).