Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296807
b: refs/heads/master
c: e536b62
h: refs/heads/master
i:
  296805: a477a88
  296803: ca830f0
  296799: 29ada73
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Mar 6, 2012
1 parent f115bf2 commit 1db17b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1039d762d03b573de4d46603c8583051c6d79094
refs/heads/master: e536b62095301271d974983044a011c29fcb2ea2
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/da9052-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <linux/mfd/da9052/da9052.h>

static int da9052_spi_probe(struct spi_device *spi)
static int __devinit da9052_spi_probe(struct spi_device *spi)
{
int ret;
const struct spi_device_id *id = spi_get_device_id(spi);
Expand Down Expand Up @@ -63,7 +63,7 @@ static int da9052_spi_probe(struct spi_device *spi)
return ret;
}

static int da9052_spi_remove(struct spi_device *spi)
static int __devexit da9052_spi_remove(struct spi_device *spi)
{
struct da9052 *da9052 = dev_get_drvdata(&spi->dev);

Expand Down

0 comments on commit 1db17b7

Please sign in to comment.