Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276563
b: refs/heads/master
c: ef14977
h: refs/heads/master
i:
  276561: 9e75c7d
  276559: e9dc2df
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 4, 2011
1 parent 57a23fd commit 2b6e9c8
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: 36d54dc0c893b143748bcf13a1e3b7a00696115d
refs/heads/master: ef1497707c69f3805bbca97c5d10c2913b6d2fa1
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/uda1380.c
Original file line number Diff line number Diff line change
Expand Up @@ -863,13 +863,13 @@ static struct i2c_driver uda1380_i2c_driver = {

static int __init uda1380_modinit(void)
{
int ret;
int ret = 0;
#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
ret = i2c_add_driver(&uda1380_i2c_driver);
if (ret != 0)
pr_err("Failed to register UDA1380 I2C driver: %d\n", ret);
#endif
return 0;
return ret;
}
module_init(uda1380_modinit);

Expand Down

0 comments on commit 2b6e9c8

Please sign in to comment.