Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228673
b: refs/heads/master
c: 6dda569
h: refs/heads/master
i:
  228671: b95ec6d
v: v3
  • Loading branch information
Chris Wilson committed Oct 29, 2010
1 parent ca87a2f commit 12ca1b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4066c0ae13a8388b9f2a29cad60da330b578eff2
refs/heads/master: 6dda569fe0fb71a03e2a2e815761796f98232cdb
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags)
out_iomapfree:
io_mapping_free(dev_priv->mm.gtt_mapping);
out_rmmap:
iounmap(dev_priv->regs);
pci_iounmap(dev->pdev, dev_priv->regs);
put_bridge:
pci_dev_put(dev_priv->bridge_dev);
free_priv:
Expand Down Expand Up @@ -2168,7 +2168,7 @@ int i915_driver_unload(struct drm_device *dev)
}

if (dev_priv->regs != NULL)
iounmap(dev_priv->regs);
pci_iounmap(dev->pdev, dev_priv->regs);

intel_teardown_gmbus(dev);
intel_teardown_mchbar(dev);
Expand Down

0 comments on commit 12ca1b2

Please sign in to comment.