Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365802
b: refs/heads/master
c: b9c3570
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Trumtrar authored and Linus Torvalds committed Apr 30, 2013
1 parent 4a0cce0 commit f06e558
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: 7c1b68d4e1d98e77234dfe1f3e15a24bbeef981a
refs/heads/master: b9c3570737578040a506e33ef7a136daed03eedd
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-ds1307.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,8 +960,8 @@ static int 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->read = ds1307_nvram_read;
ds1307->nvram->write = ds1307_nvram_write;
ds1307->nvram->size = chip->nvram_size;
ds1307->nvram_offset = chip->nvram_offset;
err = sysfs_create_bin_file(&client->dev.kobj, ds1307->nvram);
Expand Down

0 comments on commit f06e558

Please sign in to comment.