]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/s390mach.c
[SCSI] make use of the residue value
[linux-2.6-omap-h63xx.git] / drivers / s390 / s390mach.c
index 4d4b54277c43d2554e81f4cf5207ed8e3107995b..5080f343ad7482ebac5addfc19768ac5adfeeae2 100644 (file)
@@ -48,10 +48,11 @@ s390_collect_crw_info(void *param)
        int ccode;
        struct semaphore *sem;
        unsigned int chain;
+       int ignore;
 
        sem = (struct semaphore *)param;
 repeat:
-       down_interruptible(sem);
+       ignore = down_interruptible(sem);
        chain = 0;
        while (1) {
                if (unlikely(chain > 1)) {