projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f8c5f
)
ASoC: twl4030: Delete an error message for a failed memory allocation in twl4030_get_...
author
Markus Elfring
<elfring@users.sourceforge.net>
Thu, 23 Nov 2017 20:30:07 +0000
(21:30 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 27 Nov 2017 12:58:14 +0000
(12:58 +0000)
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/twl4030.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/twl4030.c
b/sound/soc/codecs/twl4030.c
index cfe72b9d4356069327e80d592ff1e660bca39258..90691701b082ba153629a53c0dd73e570c8e5a54 100644
(file)
--- a/
sound/soc/codecs/twl4030.c
+++ b/
sound/soc/codecs/twl4030.c
@@
-240,7
+240,6
@@
static struct twl4030_codec_data *twl4030_get_pdata(struct snd_soc_codec *codec)
sizeof(struct twl4030_codec_data),
GFP_KERNEL);
if (!pdata) {
- dev_err(codec->dev, "Can not allocate memory\n");
of_node_put(twl4030_codec_node);
return NULL;
}