From 00e3e275344a42f6a682be72c88c015df87a0e28 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 20 Jun 2016 17:51:13 +1000 Subject: fwts: Add FWTS annotations for NPU errors We also remove the NPUERR macros so that the FWTS parsing magic can construct find the prlog statements. Signed-off-by: Stewart Smith --- include/npu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/npu.h') diff --git a/include/npu.h b/include/npu.h index ff6201e..7258e69 100644 --- a/include/npu.h +++ b/include/npu.h @@ -205,11 +205,8 @@ int64_t npu_dev_procedure_write(struct npu_dev_trap *trap, (p)->phb.opal_id, ##a) #define NPUINF(p, fmt, a...) prlog(PR_INFO, "NPU%d: " fmt, \ (p)->phb.opal_id, ##a) -#define NPUERR(p, fmt, a...) prlog(PR_ERR, "NPU%d: " fmt, \ - (p)->phb.opal_id, ##a) #define NPUDEVDBG(p, fmt, a...) NPUDBG((p)->npu, fmt, ##a) #define NPUDEVINF(p, fmt, a...) NPUINF((p)->npu, fmt, ##a) -#define NPUDEVERR(p, fmt, a...) NPUERR((p)->npu, fmt, ##a) #endif /* __NPU_H */ -- cgit v1.1