Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=671756162cfb0b3ccbb6a0047baa3010885561a2
Commit:     671756162cfb0b3ccbb6a0047baa3010885561a2
Parent:     c94dec99f9759c41cadf0f2781846da5b40a98f6
Author:     Peter Oberparleiter <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 4 16:09:02 2007 +0100
Committer:  Martin Schwidefsky <[EMAIL PROTECTED]>
CommitDate: Tue Dec 4 16:09:57 2007 +0100

    [S390] cio: add missing reprobe loop end statement
    
    Add loop end statement to prevent looping over empty subchannel sets.
    
    Signed-off-by: Peter Oberparleiter <[EMAIL PROTECTED]>
    Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]>
---
 drivers/s390/cio/css.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c
index 6db3108..c3df2cd 100644
--- a/drivers/s390/cio/css.c
+++ b/drivers/s390/cio/css.c
@@ -451,6 +451,7 @@ static int reprobe_subchannel(struct subchannel_id schid, 
void *data)
                break;
        case -ENXIO:
        case -ENOMEM:
+       case -EIO:
                /* These should abort looping */
                break;
        default:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to