From ecceffd3cc9ee4a480f8cbee6bad271ed1df5896 Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Tue, 26 Oct 2010 16:04:35 -0400 Subject: [PATCH] --- yaml --- r: 218693 b: refs/heads/master c: f3607aef0d3370ae9edbfecfc7182233397cb0aa h: refs/heads/master i: 218691: 1318df0035cf5aba99701a1e6dc9df5d8bcf5816 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/max98088.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 80b9893acf66..0ef74691c4ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 836f5394061830a9d1ece4aafc437c098774522f +refs/heads/master: f3607aef0d3370ae9edbfecfc7182233397cb0aa diff --git a/trunk/sound/soc/codecs/max98088.c b/trunk/sound/soc/codecs/max98088.c index e7a40d16df90..bc22ee93a75d 100644 --- a/trunk/sound/soc/codecs/max98088.c +++ b/trunk/sound/soc/codecs/max98088.c @@ -2051,7 +2051,7 @@ static int max98088_i2c_probe(struct i2c_client *i2c, return ret; } -static int max98088_i2c_remove(struct i2c_client *client) +static int __devexit max98088_i2c_remove(struct i2c_client *client) { snd_soc_unregister_codec(&client->dev); kfree(i2c_get_clientdata(client));