Whamcloud - gitweb
LU-4069 build: cleanup from GOTO(label, -ERRNO)
[fs/lustre-release.git] / lustre / obdclass / obd_config.c
index 806acfc..47f42b1 100644 (file)
@@ -1208,7 +1208,7 @@ int class_process_config(struct lustre_cfg *lcfg)
        }
        case LCFG_SET_PARAM: {
                err = process_param2_config(lcfg);
-               GOTO(out, 0);
+               GOTO(out, err = 0);
        }
        }
         /* Commands that require a device */