Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365807
b: refs/heads/master
c: ccbc20f
h: refs/heads/master
i:
  365805: 2aa9ea4
  365803: 99e6ca1
  365799: 880c467
  365791: c7bef1e
v: v3
  • Loading branch information
Jingoo Han authored and Linus Torvalds committed Apr 30, 2013
1 parent fde88eb commit 4362cf4
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: 3cf790055df7820531068c74ed1a63e2e196da50
refs/heads/master: ccbc20f9489eed37e2c9a56ff04bb34eabbc9796
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1390.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static int ds1390_probe(struct spi_device *spi)
dev_err(&spi->dev, "unable to allocate device memory\n");
return -ENOMEM;
}
dev_set_drvdata(&spi->dev, chip);
spi_set_drvdata(spi, chip);

res = ds1390_get_reg(&spi->dev, DS1390_REG_SECONDS, &tmp);
if (res != 0) {
Expand Down

0 comments on commit 4362cf4

Please sign in to comment.