Whamcloud - gitweb
LU-5396 all: use NULL instead of 0
[fs/lustre-release.git] / lustre / mgc / mgc_request.c
index 9c3ea33..c662b86 100644 (file)
@@ -205,7 +205,7 @@ struct config_llog_data *do_config_log_add(struct obd_device *obd,
         ENTRY;
 
         CDEBUG(D_MGC, "do adding config log %s:%p\n", logname,
-               cfg ? cfg->cfg_instance : 0);
+              cfg ? cfg->cfg_instance : NULL);
 
         OBD_ALLOC(cld, sizeof(*cld) + strlen(logname) + 1);
         if (!cld)