Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228851
b: refs/heads/master
c: 07cfe0e
h: refs/heads/master
i:
  228849: ed12571
  228847: 02d954c
v: v3
  • Loading branch information
Lucas Stach authored and Ben Skeggs committed Jan 7, 2011
1 parent 3aaaee1 commit ca262a9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e457acaed4c56a6831b82365e17e8f42f1ee129c
refs/heads/master: 07cfe0e7a820ecad078c04e9c2a102521709145d
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/nouveau/nouveau_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,7 @@ nouveau_hwmon_init(struct drm_device *dev)
return ret;
}
dev_set_drvdata(hwmon_dev, dev);
ret = sysfs_create_group(&hwmon_dev->kobj,
&hwmon_attrgroup);
ret = sysfs_create_group(&dev->pdev->dev.kobj, &hwmon_attrgroup);
if (ret) {
NV_ERROR(dev,
"Unable to create hwmon sysfs file: %d\n", ret);
Expand Down

0 comments on commit ca262a9

Please sign in to comment.