Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48787
b: refs/heads/master
c: 551fd61
h: refs/heads/master
i:
  48785: d198da0
  48783: 8c13305
v: v3
  • Loading branch information
Roland Dreier committed Feb 16, 2007
1 parent f3706a8 commit 2a6911c
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: 11282b32a4ed7bb5fc390c83a1d6b9bc8017882c
refs/heads/master: 551fd6122d247d76124c4fdb6eb898cc8e3d74aa
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ static ssize_t set_mode(struct device *d, struct device_attribute *attr,
return -EINVAL;
}

static DEVICE_ATTR(mode, S_IWUGO | S_IRUGO, show_mode, set_mode);
static DEVICE_ATTR(mode, S_IWUSR | S_IRUGO, show_mode, set_mode);

int ipoib_cm_add_mode_attr(struct net_device *dev)
{
Expand Down

0 comments on commit 2a6911c

Please sign in to comment.