[S390] s390: Remove redundant test
[deliverable/linux.git] / arch / s390 / kernel / debug.c
index d80fcd4a7fe14210aac75d33d824fa9c6eb1c4a7..21c90374a58c71ab882b0eb1387a9335ac0bc4a3 100644 (file)
@@ -388,7 +388,7 @@ debug_info_copy(debug_info_t* in, int mode)
                debug_info_free(rc);
        } while (1);
 
-        if(!rc || (mode == NO_AREAS))
+       if (mode == NO_AREAS)
                 goto out;
 
         for(i = 0; i < in->nr_areas; i++){
This page took 0.035823 seconds and 5 git commands to generate.