This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 2c93e79e94 arm64/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro
2c93e79e94 is described below
commit 2c93e79e94cc802ebc5b2513bfeefa4684016add
Author: Andre Heinemans <[email protected]>
AuthorDate: Thu Dec 12 17:33:32 2024 +0100
arm64/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro
---
arch/arm64/src/imx9/hardware/imx9_tpm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/src/imx9/hardware/imx9_tpm.h
b/arch/arm64/src/imx9/hardware/imx9_tpm.h
index 27a5148168..bd1216b869 100644
--- a/arch/arm64/src/imx9/hardware/imx9_tpm.h
+++ b/arch/arm64/src/imx9/hardware/imx9_tpm.h
@@ -160,7 +160,7 @@
/* FILTER */
-#define TPM_FILTER_CHXFVAL_MASK(ch) (0xf << ((ch) * 4))) /* Channel filter
value */
+#define TPM_FILTER_CHXFVAL_MASK(ch) (0xf << ((ch) * 4)) /* Channel filter
value */
/* QDCTRL */