From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Greg Smith <gsmith@nc.rr.com>
Cc: linux-kernel@vger.kernel.org, schwidefsky@de.ibm.com,
Andrew Morton <akpm@osdl.org>
Subject: Re: [patch 16/17] s390: multiple subchannel sets support.
Date: Tue, 14 Mar 2006 09:29:02 +0100 [thread overview]
Message-ID: <20060314092902.7289d63e@gondolin.boeblingen.de.ibm.com> (raw)
In-Reply-To: <1142288308.3510.3.camel@localhost.localdomain>
On Mon, 13 Mar 2006 17:18:28 -0500
Greg Smith <gsmith@nc.rr.com> wrote:
> It seems this patch got dropped (it was in addition to the `s390:
> improve response code handling in chsc_enable_facility()' patch).
Whoops. This should get merged as well to avoid unneccessary checks.
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> diff -u -r a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c
> --- a/drivers/s390/cio/css.c 2006-03-13 12:54:16.000000000 -0500
> +++ b/drivers/s390/cio/css.c 2006-03-13 12:55:03.000000000 -0500
> @@ -409,6 +409,9 @@
> /* -ENXIO: no more subchannels. */
> case -ENXIO:
> return ret;
> + /* -EIO: this subchannel set not supported. */
> + case -EIO:
> + return ret;
> default:
> return 0;
> }
>
>
next prev parent reply other threads:[~2006-03-14 8:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-25 11:12 Greg Smith
2006-02-27 8:15 ` Cornelia Huck
2006-02-27 22:02 ` Greg Smith
2006-03-13 22:18 ` Greg Smith
2006-03-14 8:29 ` Cornelia Huck [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-12-09 15:29 Martin Schwidefsky
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=20060314092902.7289d63e@gondolin.boeblingen.de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=akpm@osdl.org \
--cc=gsmith@nc.rr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=schwidefsky@de.ibm.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
all inboxes | Powered by JetHome®