Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180281
b: refs/heads/master
c: d7748ba
h: refs/heads/master
i:
  180279: e992579
v: v3
  • Loading branch information
Randy Dunlap authored and Dave Airlie committed Feb 5, 2010
1 parent f3c4a77 commit 91d0328
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: 9e5b2af75abc67c13005c706cf95bbbb78f7fddc
refs/heads/master: d7748bacbbee80b2cc4b690a74d5db2cd84acd7b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/ati_pcigart.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ int drm_ati_pcigart_init(struct drm_device *dev, struct drm_ati_pcigart_info *ga

if (pci_set_dma_mask(dev->pdev, gart_info->table_mask)) {
DRM_ERROR("fail to set dma mask to 0x%Lx\n",
gart_info->table_mask);
(unsigned long long)gart_info->table_mask);
ret = 1;
goto done;
}
Expand Down

0 comments on commit 91d0328

Please sign in to comment.