* [PATCH] ASoC:isabelle:Fix warning message
@ 2012-06-05 14:41 MR.Swami.Reddy
2012-06-07 23:47 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: MR.Swami.Reddy @ 2012-06-05 14:41 UTC (permalink / raw)
To: broonie, lrg, alsa-devel; +Cc: vishwas.a.deshpande, MR Swami Reddy
From: MR Swami Reddy <MR.Swami.Reddy@ti.com>
Patch to fix the below warning message:
sound/soc/codecs/isabelle.c:1126: warning: 'isabelle_regmap' is used uninitialized in this function
Signed-off-by: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
Signed-off-by: M R Swami Reddy <MR.Swami.Reddy@ti.com>
---
sound/soc/codecs/isabelle.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c
index bcc77ef..a2efe1a 100644
--- a/sound/soc/codecs/isabelle.c
+++ b/sound/soc/codecs/isabelle.c
@@ -1126,8 +1126,6 @@ static int __devinit isabelle_i2c_probe(struct i2c_client *i2c,
struct regmap *isabelle_regmap;
int ret = 0;
- i2c_set_clientdata(i2c, isabelle_regmap);
-
isabelle_regmap = devm_regmap_init_i2c(i2c, &isabelle_regmap_config);
if (IS_ERR(isabelle_regmap)) {
ret = PTR_ERR(isabelle_regmap);
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC:isabelle:Fix warning message
2012-06-05 14:41 [PATCH] ASoC:isabelle:Fix warning message MR.Swami.Reddy
@ 2012-06-07 23:47 ` Mark Brown
2012-06-08 9:31 ` MR Swami Reddy
0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2012-06-07 23:47 UTC (permalink / raw)
To: MR.Swami.Reddy; +Cc: alsa-devel, vishwas.a.deshpande, lrg
[-- Attachment #1.1: Type: text/plain, Size: 392 bytes --]
On Tue, Jun 05, 2012 at 08:11:21PM +0530, MR.Swami.Reddy@ti.com wrote:
> From: MR Swami Reddy <MR.Swami.Reddy@ti.com>
>
> Patch to fix the below warning message:
> sound/soc/codecs/isabelle.c:1126: warning: 'isabelle_regmap' is used uninitialized in this function
I've applied Dan's version of this. As I've said before you should use
subject lines appropraite to the subsystem...
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC:isabelle:Fix warning message
2012-06-07 23:47 ` Mark Brown
@ 2012-06-08 9:31 ` MR Swami Reddy
0 siblings, 0 replies; 3+ messages in thread
From: MR Swami Reddy @ 2012-06-08 9:31 UTC (permalink / raw)
To: Mark Brown
Cc: alsa-devel@alsa-project.org, Deshpande A, Vishwas, Girdwood, Liam
On Friday 08 June 2012 05:17 AM, Mark Brown wrote:
> On Tue, Jun 05, 2012 at 08:11:21PM +0530, MR.Swami.Reddy@ti.com wrote:
>> From: MR Swami Reddy <MR.Swami.Reddy@ti.com>
>>
>> Patch to fix the below warning message:
>> sound/soc/codecs/isabelle.c:1126: warning: 'isabelle_regmap' is used uninitialized in this function
> I've applied Dan's version of this. As I've said before you should use
> subject lines appropraite to the subsystem...
OK. Thanks.
Thanks
Swami
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-08 9:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 14:41 [PATCH] ASoC:isabelle:Fix warning message MR.Swami.Reddy
2012-06-07 23:47 ` Mark Brown
2012-06-08 9:31 ` MR Swami Reddy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.