From: Takashi Iwai <tiwai@suse.de>
To: Dan Carpenter <error27@gmail.com>
Cc: alsa-devel@alsa-project.org, kernel-janitors@vger.kernel.org
Subject: Re: [patch 2/2] OSS: soundcard: fix return value of sound_open()
Date: Mon, 11 Oct 2010 11:59:45 +0000 [thread overview]
Message-ID: <s5hr5fxgcsu.wl%tiwai@suse.de> (raw)
In-Reply-To: <20101010173422.GC5851@bicker>
At Sun, 10 Oct 2010 19:34:22 +0200,
Dan Carpenter wrote:
>
> Signed-off-by: Dan Carpenter <error27@gmail.com>
Applied. Thanks.
Takashi
> diff --git a/sound/oss/soundcard.c b/sound/oss/soundcard.c
> index a5ab61e..46c0d03 100644
> --- a/sound/oss/soundcard.c
> +++ b/sound/oss/soundcard.c
> @@ -249,7 +249,7 @@ static int sound_open(struct inode *inode, struct file *file)
> }
>
> mutex_unlock(&soundcard_mutex);
> - return 0;
> + return retval;
> }
>
> static int sound_release(struct inode *inode, struct file *file)
>
prev parent reply other threads:[~2010-10-11 11:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-10 17:34 [patch 2/2] OSS: soundcard: fix return value of sound_open() Dan Carpenter
2010-10-11 11:59 ` Takashi Iwai [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=s5hr5fxgcsu.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=error27@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox