Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232901
b: refs/heads/master
c: 1e6d93e
h: refs/heads/master
i:
  232899: 0b937f1
v: v3
  • Loading branch information
Vasiliy Kulikov authored and David S. Miller committed Feb 4, 2011
1 parent 64e8b6b commit dae0d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: fef52b0171dfd7dd9b85c9cc201bd433b42a8ded
refs/heads/master: 1e6d93e45b231b3ae87c01902ede2315aacfe976
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/janz-ican3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ static ssize_t ican3_sysfs_set_term(struct device *dev,
return count;
}

static DEVICE_ATTR(termination, S_IWUGO | S_IRUGO, ican3_sysfs_show_term,
static DEVICE_ATTR(termination, S_IWUSR | S_IRUGO, ican3_sysfs_show_term,
ican3_sysfs_set_term);

static struct attribute *ican3_sysfs_attrs[] = {
Expand Down

0 comments on commit dae0d46

Please sign in to comment.