Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373242
b: refs/heads/master
c: e9642d5
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Samuel Ortiz committed Apr 9, 2013
1 parent d768d9a commit 7154453
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: a720c3053322231d6fc6c5e7459ea1ea068904c4
refs/heads/master: e9642d5e162c2a219f770cf4a52b4c6b622879bb
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/arizona-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static int arizona_spi_probe(struct spi_device *spi)

static int arizona_spi_remove(struct spi_device *spi)
{
struct arizona *arizona = dev_get_drvdata(&spi->dev);
struct arizona *arizona = spi_get_drvdata(spi);
arizona_dev_exit(arizona);
return 0;
}
Expand Down

0 comments on commit 7154453

Please sign in to comment.