Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299659
b: refs/heads/master
c: db7b122
h: refs/heads/master
i:
  299657: 92d28e3
  299655: fc875e1
v: v3
  • Loading branch information
Vasiliy Kulikov authored and Linus Torvalds committed Apr 26, 2012
1 parent 0e254b2 commit f802f4b
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: 65ed76010dfed3cb75c863c9052c367a1bacf80a
refs/heads/master: db7b122cf5f769046d410f82a1e9fe7006ed955a
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ux500/mbox-db5500.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static ssize_t mbox_read_fifo(struct device *dev,
return sprintf(buf, "0x%X\n", mbox_value);
}

static DEVICE_ATTR(fifo, S_IWUGO | S_IRUGO, mbox_read_fifo, mbox_write_fifo);
static DEVICE_ATTR(fifo, S_IWUSR | S_IRUGO, mbox_read_fifo, mbox_write_fifo);

static int mbox_show(struct seq_file *s, void *data)
{
Expand Down

0 comments on commit f802f4b

Please sign in to comment.