Skip to content

Commit

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

static int stmpe_spi_remove(struct spi_device *spi)
{
struct stmpe *stmpe = dev_get_drvdata(&spi->dev);
struct stmpe *stmpe = spi_get_drvdata(spi);

return stmpe_remove(stmpe);
}
Expand Down

0 comments on commit f848eac

Please sign in to comment.