projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e808994
)
ALSA: ASoC: Fix build of GTA01 audio driver
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 24 Sep 2008 10:57:27 +0000
(11:57 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 13 Oct 2008 00:18:15 +0000
(
02:18
+0200)
Fix a couple of thinkos introduced during the I2C API update.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/s3c24xx/neo1973_wm8753.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/neo1973_wm8753.c
b/sound/soc/s3c24xx/neo1973_wm8753.c
index
9eda862
..
f7fc231
100644
(file)
--- a/
sound/soc/s3c24xx/neo1973_wm8753.c
+++ b/
sound/soc/s3c24xx/neo1973_wm8753.c
@@
-649,7
+649,7
@@
static void lm4857_shutdown(struct i2c_client *dev)
}
static const struct i2c_device_id lm4857_i2c_id[] = {
- { "neo1973_lm4857", 0 }
+ { "neo1973_lm4857", 0 }
,
{ }
};
@@
-736,7
+736,7
@@
static int __init neo1973_init(void)
}
ret = neo1973_add_lm4857_device(neo1973_snd_device,
-
neo1973_wm8753_setup
, 0x7C);
+
0
, 0x7C);
if (ret != 0)
platform_device_unregister(neo1973_snd_device);