alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Cristian Done <done.cristian@gmail.com>
To: perex@perex.cz, tiwai@suse.com
Cc: Cristian Done <done.cristian@gmail.com>,
	alsa-devel@alsa-project.org, broonie@kernel.org,
	lgirdwood@gmail.com
Subject: [PATCH] ASoC: sh: Remove redundant out of memory message
Date: Sat, 25 Feb 2017 12:16:29 +0200	[thread overview]
Message-ID: <20170225101629.12694-1-done.cristian@gmail.com> (raw)

Signed-off-by: Cristian Done <done.cristian@gmail.com>
---
 sound/soc/sh/fsi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index ead520182e26..6793dc359114 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -1964,7 +1964,6 @@ static int fsi_probe(struct platform_device *pdev)
 
 	master = devm_kzalloc(&pdev->dev, sizeof(*master), GFP_KERNEL);
 	if (!master) {
-		dev_err(&pdev->dev, "Could not allocate master\n");
 		return -ENOMEM;
 	}
 
-- 
2.11.0

             reply	other threads:[~2017-02-25 10:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25 10:16 Cristian Done [this message]
2017-02-25 21:20 ` [PATCH] ASoC: sh: Remove redundant out of memory message Fabio Estevam

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=20170225101629.12694-1-done.cristian@gmail.com \
    --to=done.cristian@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).