Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299660
b: refs/heads/master
c: 3f5ec5e
h: refs/heads/master
v: v3
  • Loading branch information
Anatolij Gustschin authored and Linus Torvalds committed Apr 26, 2012
1 parent f802f4b commit 227d7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db7b122cf5f769046d410f82a1e9fe7006ed955a
refs/heads/master: 3f5ec5e06d6ca88168277247dbac0ec7b501600f
1 change: 1 addition & 0 deletions trunk/drivers/rtc/rtc-ds1307.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,7 @@ static int __devinit ds1307_probe(struct i2c_client *client,
}
ds1307->nvram->attr.name = "nvram";
ds1307->nvram->attr.mode = S_IRUGO | S_IWUSR;
sysfs_bin_attr_init(ds1307->nvram);
ds1307->nvram->read = ds1307_nvram_read,
ds1307->nvram->write = ds1307_nvram_write,
ds1307->nvram->size = chip->nvram_size;
Expand Down

0 comments on commit 227d7be

Please sign in to comment.