From: Jens Axboe <axboe@suse.de>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] gscd - get rid of warning.
Date: Wed, 10 Sep 2003 09:11:29 +0200 [thread overview]
Message-ID: <20030910071129.GF20800@suse.de> (raw)
In-Reply-To: <20030909152841.25f7181f.shemminger@osdl.org>
On Tue, Sep 09 2003, Stephen Hemminger wrote:
> Compiler warning on 2.6.0-test5 indicates a problem because of missing equal sign.
>
> diff -Nru a/drivers/cdrom/gscd.c b/drivers/cdrom/gscd.c
> --- a/drivers/cdrom/gscd.c Tue Sep 9 15:25:50 2003
> +++ b/drivers/cdrom/gscd.c Tue Sep 9 15:25:50 2003
> @@ -965,7 +965,7 @@
>
> gscd_queue = blk_init_queue(do_gscd_request, &gscd_lock);
> if (!gscd_queue) {
> - ret -ENOMEM;
> + ret = -ENOMEM;
> goto err_out3;
> }
No discussion, thanks :)
--
Jens Axboe
prev parent reply other threads:[~2003-09-10 7:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-09 22:28 [PATCH] gscd - get rid of warning Stephen Hemminger
2003-09-10 7:11 ` Jens Axboe [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=20030910071129.GF20800@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=shemminger@osdl.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.