aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authortim.niemeyer@mastersword.de <tim.niemeyer@mastersword.de>2009-03-22 17:42:30 +0100
committerWerner Almesberger <werner@openmoko.org>2009-03-26 01:01:23 -0300
commit930f127315136a51ad7280420984aa848a97a0cb (patch)
tree3ecca283db21ac56aeada61f4056044cced43a53 /sound
parent2f716b2880ce9562754cd11cec79cf9e8321eb1e (diff)
new-style i2c driver doesn't work with inconsistent names.
Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/s3c24xx/neo1973_wm8753.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c
index 4efa350575c..2970305990f 100644
--- a/sound/soc/s3c24xx/neo1973_wm8753.c
+++ b/sound/soc/s3c24xx/neo1973_wm8753.c
@@ -646,13 +646,13 @@ static void lm4857_shutdown(struct i2c_client *dev)
}
static const struct i2c_device_id lm4857_i2c_id[] = {
- { "neo1973_lm4857", 0 },
+ { "lm4857", 0 },
{ }
};
static struct i2c_driver lm4857_i2c_driver = {
.driver = {
- .name = "LM4857 I2C Amp",
+ .name = "lm4857",
.owner = THIS_MODULE,
},
.suspend = lm4857_suspend,