diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:05 +0000 |
---|---|---|
committer | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:05 +0000 |
commit | b91816b191d15f722c3422a9e7c17cdf5ee76007 (patch) | |
tree | 5b1cedd0d32f04dd0ad687e007a7682f52d21695 /sound | |
parent | 27cacd6f5270994f2b8fa39b1999669a50be2812 (diff) |
tracking-2.6.28-bcd-functions-changed.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8753.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 85d10ff43dc..04553e22575 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c @@ -1773,7 +1773,7 @@ static int wm8753_probe(struct platform_device *pdev) #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) if (setup->i2c_address) { codec->hw_write = (hw_write_t)i2c_master_send; - ret = wm8753_add_i2c_device(pdev, setup); + ret = add_i2c_device(pdev, setup); } #endif #if defined(CONFIG_SPI_MASTER) |