Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84029
b: refs/heads/master
c: 3260f9f
h: refs/heads/master
i:
  84027: bf5c70c
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Feb 7, 2008
1 parent 0506729 commit cd441a2
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: 2716a02f607c964ccaa6fa7266abd3acd73d9033
refs/heads/master: 3260f9fdfee9d5b4135f40943dc0bd0733b7394e
4 changes: 2 additions & 2 deletions trunk/drivers/char/drm/drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,6 @@ int drm_init(struct drm_driver *driver)

DRM_DEBUG("\n");

drm_mem_init();

for (i = 0; driver->pci_driver.id_table[i].vendor != 0; i++) {
pid = (struct pci_device_id *)&driver->pci_driver.id_table[i];

Expand Down Expand Up @@ -383,6 +381,8 @@ static int __init drm_core_init(void)
goto err_p3;
}

drm_mem_init();

DRM_INFO("Initialized %s %d.%d.%d %s\n",
CORE_NAME, CORE_MAJOR, CORE_MINOR, CORE_PATCHLEVEL, CORE_DATE);
return 0;
Expand Down

0 comments on commit cd441a2

Please sign in to comment.