Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84031
b: refs/heads/master
c: 77e27e9
h: refs/heads/master
i:
  84029: cd441a2
  84027: bf5c70c
  84023: 5b471c9
  84015: f92f4c5
  83999: 77b25fa
  83967: 710586e
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Feb 7, 2008
1 parent 312ab58 commit 9b9c862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: b018fcdaa5e8b4eabb8cffda687d00004a3c4785
refs/heads/master: 77e27e9fe5bd399c9f56b941b212a58338e94463
7 changes: 1 addition & 6 deletions trunk/drivers/char/drm/drm_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,7 @@ int drm_sysfs_device_add(struct drm_device *dev, struct drm_head *head)
dev->dev.parent = &dev->pdev->dev;
dev->dev.class = drm_class;
dev->dev.release = drm_sysfs_device_release;
/*
* This will actually add the major:minor file so that udev
* will create the device node. We don't want to do that just
* yet...
*/
/* dev->dev.devt = head->device; */
dev->dev.devt = head->device;
snprintf(dev->dev.bus_id, BUS_ID_SIZE, "card%d", head->minor);

err = device_register(&dev->dev);
Expand Down

0 comments on commit 9b9c862

Please sign in to comment.