Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365809
b: refs/heads/master
c: a5ef73f
h: refs/heads/master
i:
  365807: 4362cf4
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent 6c30495 commit c02599f
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: b6c4e71a5ef848ec1f1923d0e06274363b1fb27b
refs/heads/master: a5ef73f06cb648c3f41edfb5920cbc208368e5bd
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-max6902.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int max6902_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 c02599f

Please sign in to comment.