Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138956
b: refs/heads/master
c: cd00f95
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Dave Airlie committed Mar 13, 2009
1 parent c7228e4 commit 41a02ce
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: 09e40d65d0aa6680428143cda1a7bdc8846ee991
refs/heads/master: cd00f95aff6b4cfeccb261fd4100cceb4f5270ea
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ int drm_get_dev(struct pci_dev *pdev, const struct pci_device_id *ent,

list_add_tail(&dev->driver_item, &driver->device_list);

DRM_INFO("Initialized %s %d.%d.%d %s on minor %d\n",
DRM_INFO("Initialized %s %d.%d.%d %s for %s on minor %d\n",
driver->name, driver->major, driver->minor, driver->patchlevel,
driver->date, dev->primary->index);
driver->date, pci_name(pdev), dev->primary->index);

return 0;

Expand Down

0 comments on commit 41a02ce

Please sign in to comment.