diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c
index 25f9d5a8543098a36174d02b00777ee671f3e2e9..76c746ea94f4d9de53f456cad2bc67e12f106ea3 100644
--- a/lustre/obdclass/obd_config.c
+++ b/lustre/obdclass/obd_config.c
@@ -848,8 +848,7 @@ int class_process_proc_param(char *prefix, struct lprocfs_vars *lvars,
                 sval = strchr(key, '=');
                 if (!sval || (*(sval + 1) == 0)) {
                         CERROR("Can't parse param %s\n", key);
-                        rc = -EINVAL;
-                        /* continue parsing other params */
+                        /* rc = -EINVAL; continue parsing other params */
                         continue;
                 }
                 keylen = sval - key;