dm: define LOG_CATEGORY for all uclass
[platform/kernel/u-boot.git] / drivers / nvme / nvme-uclass.c
index 610166d..239a92a 100644 (file)
@@ -4,6 +4,8 @@
  * Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
  */
 
+#define LOG_CATEGORY UCLASS_NVME
+
 #include <common.h>
 #include <dm.h>