Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64127
b: refs/heads/master
c: 68a50b5
h: refs/heads/master
i:
  64125: 437db03
  64123: 4c9754b
  64119: bad16b3
  64111: 2cb46ea
  64095: 9c81983
  64063: 4805df0
  63999: 52f3550
v: v3
  • Loading branch information
Jean Delvare authored and Mark M. Hoffman committed Aug 12, 2007
1 parent 69706df commit a444e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0956895aa6f8dc6a33210967252fd7787652537d
refs/heads/master: 68a50b567895ea677645ca3cebc484674123532d
2 changes: 2 additions & 0 deletions trunk/drivers/hwmon/smsc47m1.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,8 @@ static int __devinit smsc47m1_probe(struct platform_device *pdev)

if ((err = device_create_file(dev, &dev_attr_alarms)))
goto error_remove_files;
if ((err = device_create_file(dev, &dev_attr_name)))
goto error_remove_files;

data->class_dev = hwmon_device_register(dev);
if (IS_ERR(data->class_dev)) {
Expand Down

0 comments on commit a444e32

Please sign in to comment.