Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87891
b: refs/heads/master
c: f67e74c
h: refs/heads/master
i:
  87889: 1b4df27
  87887: 14e97eb
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 28, 2008
1 parent fc964c0 commit 885becd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6f5afaed58a7d560fb7ba4a028662de22011a7a7
refs/heads/master: f67e74ca690d9f168cc468b7d714caad492740a6
5 changes: 3 additions & 2 deletions trunk/drivers/char/drm/ati_pcigart.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ int drm_ati_pcigart_init(struct drm_device *dev, struct drm_ati_pcigart_info *ga
} else {
address = gart_info->addr;
bus_address = gart_info->bus_addr;
DRM_DEBUG("PCI: Gart Table: VRAM %08X mapped at %08lX\n",
bus_address, (unsigned long)address);
DRM_DEBUG("PCI: Gart Table: VRAM %08LX mapped at %08lX\n",
(unsigned long long)bus_address,
(unsigned long)address);
}

pci_gart = (u32 *) address;
Expand Down

0 comments on commit 885becd

Please sign in to comment.