Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365805
b: refs/heads/master
c: fbf52c0
h: refs/heads/master
i:
  365803: 99e6ca1
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 462546e commit 2aa9ea4
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: ee62474d5763b82ea00fab0b54e7e0fd7e41a53f
refs/heads/master: fbf52c0d7e559cb84bae73a0e36c81d8c9d3e373
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-r9701.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static int r9701_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 2aa9ea4

Please sign in to comment.