Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232900
b: refs/heads/master
c: fef52b0
h: refs/heads/master
v: v3
  • Loading branch information
Vasiliy Kulikov authored and David S. Miller committed Feb 4, 2011
1 parent 0b937f1 commit 64e8b6b
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: fea3af67805f0078168eef9b51f1868fc4b703c6
refs/heads/master: fef52b0171dfd7dd9b85c9cc201bd433b42a8ded
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/at91_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ static ssize_t at91_sysfs_set_mb0_id(struct device *dev,
return ret;
}

static DEVICE_ATTR(mb0_id, S_IWUGO | S_IRUGO,
static DEVICE_ATTR(mb0_id, S_IWUSR | S_IRUGO,
at91_sysfs_show_mb0_id, at91_sysfs_set_mb0_id);

static struct attribute *at91_sysfs_attrs[] = {
Expand Down

0 comments on commit 64e8b6b

Please sign in to comment.