* [sound:for-linus 16/16] sound/soc/soc-core.c:4139:3-8: WARNING: invalid free of devm_ allocated data
@ 2012-08-03 13:18 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-08-03 13:18 UTC (permalink / raw)
To: kernel-janitors
Hi Mark,
There are coccinelle warnings in
tree: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git for-linus
head: ac190c76680cde6ce379b6be5baf89a970ea13d4
commit: ac190c76680cde6ce379b6be5baf89a970ea13d4 [16/16] Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
All coccinelle warnings:
+ sound/soc/soc-core.c:4139:3-8: WARNING: invalid free of devm_ allocated data
sound/soc/soc-core.c:4148:3-8: WARNING: invalid free of devm_ allocated data
vim +4139 sound/soc/soc-core.c
4136 dev_err(card->dev,
4137 "Property '%s' index %d could not be read: %d\n",
4138 propname, 2 * i, ret);
> 4139 kfree(routes);
4140 return -EINVAL;
4141 }
4142 ret = of_property_read_string_index(np, propname,
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com> Intel Corporation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-03 13:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 13:18 [sound:for-linus 16/16] sound/soc/soc-core.c:4139:3-8: WARNING: invalid free of devm_ allocated data Fengguang Wu
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.