From 53967cb8ccaa5c0230f62f4fcf96f950c921992a Mon Sep 17 00:00:00 2001 From: merge Date: Tue, 17 Feb 2009 01:10:32 +0000 Subject: MERGE-via-pending-tracking-hist-wm8753-unregister-i2c-device-b pending-tracking-hist top was wm8753-unregister-i2c-device-b / 31c3d7550beb6e4b6bcc8da63b81211e00e9f676 ... parent commitmessage: From: Paul Fertser wm8753: unregister I2C device (backport from upstream) This is the last change necessary to be able to load/unload all sound modules on Neo FreeRunner. Signed-off-by: Paul Fertser --- sound/soc/codecs/wm8753.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/soc/codecs') diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 650a450b7c0..8dbf6083b87 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c @@ -1887,6 +1887,7 @@ static int wm8753_remove(struct platform_device *pdev) snd_soc_dapm_free(socdev); #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) if (setup->i2c_address) { + i2c_unregister_device(codec->control_data); i2c_del_driver(&wm8753_i2c_driver); } #endif -- cgit v1.2.3