Whamcloud - gitweb
Fixed Bug #614157, not uncommentig the registration/deregistration part
authorthantry <thantry>
Wed, 25 Sep 2002 16:23:00 +0000 (16:23 +0000)
committerthantry <thantry>
Wed, 25 Sep 2002 16:23:00 +0000 (16:23 +0000)
lustre/obdclass/lprocfs.c

index 4d772b3..5b0d91c 100644 (file)
@@ -786,8 +786,8 @@ int lprocfs_dereg_dev(struct obd_device* device)
         struct proc_dir_entry* temp;
 
         if (!device) {
-                CERROR("!! Null pointer passed !!\n");
-                return LPROCFS_FAILURE;
+                CDEBUG(D_OTHER, "! LProcfs:  Null pointer !\n");
+                return LPROCFS_SUCCESS;
         }
 
         if (!(device->obd_name)) {