Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363245
b: refs/heads/master
c: 928c0c1
h: refs/heads/master
i:
  363243: 4f4e81d
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 29, 2013
1 parent dca09ab commit ec19cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: c4fd675f584a17bd8ceb4fcbf29af12be7ac2a57
refs/heads/master: 928c0c1571b004917a989c4d92b09ac129ad68b2
4 changes: 2 additions & 2 deletions trunk/kernel/rtmutex-tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ static ssize_t sysfs_test_status(struct device *dev, struct device_attribute *at
return curr - buf;
}

static DEVICE_ATTR(status, 0600, sysfs_test_status, NULL);
static DEVICE_ATTR(command, 0600, NULL, sysfs_test_command);
static DEVICE_ATTR(status, 0400, sysfs_test_status, NULL);
static DEVICE_ATTR(command, 0200, NULL, sysfs_test_command);

static struct bus_type rttest_subsys = {
.name = "rttest",
Expand Down

0 comments on commit ec19cb9

Please sign in to comment.