From: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
To: vinod.koul@intel.com
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH TINYCOMPRESS 6/14 v2] compress: Fix incorrect error message on compress_resume()
Date: Fri, 22 Feb 2013 16:02:17 +0000 [thread overview]
Message-ID: <20130222160217.GF21174@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <20130210001104.GF31139@opensource.wolfsonmicro.com>
Was reporting compress_resume() errors as "cannot pause"
---
compress.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compress.c b/compress.c
index d09e161..801f055 100644
--- a/compress.c
+++ b/compress.c
@@ -403,7 +403,7 @@ int compress_pause(struct compress *compress)
int compress_resume(struct compress *compress)
{
if (ioctl(compress->fd, SNDRV_COMPRESS_RESUME))
- return oops(compress, errno, "cannot pause the stream");
+ return oops(compress, errno, "cannot resume the stream");
return 0;
}
--
1.7.2.5
prev parent reply other threads:[~2013-02-22 16:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-10 0:11 [PATCH TINYCOMPRESS 6/14] compress: Fix incorrect error message on compress_resume() Richard Fitzgerald
2013-02-22 16:02 ` Richard Fitzgerald [this message]
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=20130222160217.GF21174@opensource.wolfsonmicro.com \
--to=rf@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=vinod.koul@intel.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).