Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365803
b: refs/heads/master
c: bb49a3a
h: refs/heads/master
i:
  365801: 4a0cce0
  365799: 880c467
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent f06e558 commit 99e6ca1
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: b9c3570737578040a506e33ef7a136daed03eedd
refs/heads/master: bb49a3a7fdb71eaed72be347301ad7ae4af03260
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-rx4581.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static int rx4581_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 99e6ca1

Please sign in to comment.