Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223724
b: refs/heads/master
c: b518a64
h: refs/heads/master
v: v3
  • Loading branch information
Maurus Cuelenaere authored and Guenter Roeck committed Jan 2, 2011
1 parent 5d36d16 commit 58d239a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 9109f4eb847b7c0be61ae25fb21b1ce2acc9c2d6
refs/heads/master: b518a64983cbf2ff31aed530898de2d80e4573d5
2 changes: 0 additions & 2 deletions trunk/drivers/hwmon/s3c-hwmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ static int s3c_hwmon_create_attr(struct device *dev,
attr->index = channel;
attr->dev_attr.attr.name = attrs->in_name;
attr->dev_attr.attr.mode = S_IRUGO;
attr->dev_attr.attr.owner = THIS_MODULE;
attr->dev_attr.show = s3c_hwmon_ch_show;

ret = device_create_file(dev, &attr->dev_attr);
Expand All @@ -252,7 +251,6 @@ static int s3c_hwmon_create_attr(struct device *dev,
attr->index = channel;
attr->dev_attr.attr.name = attrs->label_name;
attr->dev_attr.attr.mode = S_IRUGO;
attr->dev_attr.attr.owner = THIS_MODULE;
attr->dev_attr.show = s3c_hwmon_label_show;

ret = device_create_file(dev, &attr->dev_attr);
Expand Down

0 comments on commit 58d239a

Please sign in to comment.