Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365806
b: refs/heads/master
c: 3cf7900
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 2aa9ea4 commit fde88eb
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: fbf52c0d7e559cb84bae73a0e36c81d8c9d3e373
refs/heads/master: 3cf790055df7820531068c74ed1a63e2e196da50
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds3234.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static int ds3234_probe(struct spi_device *spi)
if (IS_ERR(rtc))
return PTR_ERR(rtc);

dev_set_drvdata(&spi->dev, rtc);
spi_set_drvdata(spi, rtc);

return 0;
}
Expand Down

0 comments on commit fde88eb

Please sign in to comment.