Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269691
b: refs/heads/master
c: ff920bf
h: refs/heads/master
i:
  269689: 4f2f166
  269687: 0d1c679
v: v3
  • Loading branch information
Marcin Slusarz authored and Ben Skeggs committed Sep 20, 2011
1 parent 2f268d9 commit 72608b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8ce51fcfee2355cc38ea6fd3062d94bb38dfbaf0
refs/heads/master: ff920bfbe63f240bca6c86ee26daca8a1c43f780
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ int nouveau_load(struct drm_device *dev, unsigned long flags)
ioremap(pci_resource_start(dev->pdev, ramin_bar),
dev_priv->ramin_size);
if (!dev_priv->ramin) {
NV_ERROR(dev, "Failed to PRAMIN BAR");
NV_ERROR(dev, "Failed to map PRAMIN BAR\n");
ret = -ENOMEM;
goto err_mmio;
}
Expand Down

0 comments on commit 72608b1

Please sign in to comment.