Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248225
b: refs/heads/master
c: e43a7d4
h: refs/heads/master
i:
  248223: 16d513b
v: v3
  • Loading branch information
Mike Frysinger authored and Mark Brown committed Mar 29, 2011
1 parent 24a73c2 commit 461a1db
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: 370fd17dea6056cdb2fbbca47812cf96d2a02726
refs/heads/master: e43a7d4116c868676eca329c4211bc5cc5a93a9b
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/ad193x.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static int __devexit ad193x_spi_remove(struct spi_device *spi)

static struct spi_driver ad193x_spi_driver = {
.driver = {
.name = "ad193x-codec",
.name = "ad193x",
.owner = THIS_MODULE,
},
.probe = ad193x_spi_probe,
Expand Down Expand Up @@ -468,7 +468,7 @@ static int __devexit ad193x_i2c_remove(struct i2c_client *client)

static struct i2c_driver ad193x_i2c_driver = {
.driver = {
.name = "ad193x-codec",
.name = "ad193x",
},
.probe = ad193x_i2c_probe,
.remove = __devexit_p(ad193x_i2c_remove),
Expand Down

0 comments on commit 461a1db

Please sign in to comment.