From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [sound:for-linus 16/16] sound/soc/soc-core.c:4139:3-8: WARNING: invalid free of devm_ allocated data
Date: Fri, 03 Aug 2012 13:18:41 +0000 [thread overview]
Message-ID: <20120803131841.GB20007@localhost> (raw)
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
reply other threads:[~2012-08-03 13:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120803131841.GB20007@localhost \
--to=fengguang.wu@intel.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.