summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4642.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-12-21 12:05:37 +0100
committerTakashi Iwai <tiwai@suse.de>2009-12-21 12:05:37 +0100
commit2c3b9b50db5fe8d6039dfdfc44202fcd49eb9d00 (patch)
tree999d184244043ce5072301f16dd85a4f3b25b94a /sound/soc/codecs/ak4642.c
parenta6c56f611ab72a3a44dff3f26ccf7f798f2c4233 (diff)
parent48c03ce72f2665f79a3fe54fc6d71b8cc3d30803 (diff)
downloadop-kernel-dev-2c3b9b50db5fe8d6039dfdfc44202fcd49eb9d00.zip
op-kernel-dev-2c3b9b50db5fe8d6039dfdfc44202fcd49eb9d00.tar.gz
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/ak4642.c')
-rw-r--r--sound/soc/codecs/ak4642.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c
index b69861d..3ef16bb 100644
--- a/sound/soc/codecs/ak4642.c
+++ b/sound/soc/codecs/ak4642.c
@@ -470,7 +470,7 @@ EXPORT_SYMBOL_GPL(soc_codec_dev_ak4642);
static int __init ak4642_modinit(void)
{
- int ret;
+ int ret = 0;
#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
ret = i2c_add_driver(&ak4642_i2c_driver);
#endif
OpenPOWER on IntegriCloud