summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan2019-09-19 14:46:30 -0500
committerMahesh Radhakrishnan2019-09-19 14:46:30 -0500
commitc9676c773ae6034a7a4af6caf451e58dfa2b442a (patch)
tree7779f65a77956bd1e8526c0e17981bbe1981ba49
parent68037cdfe59cf204ed29091a2faf94b19da40536 (diff)
downloadosal-c9676c773ae6034a7a4af6caf451e58dfa2b442a.tar.gz
osal-c9676c773ae6034a7a4af6caf451e58dfa2b442a.tar.xz
osal-c9676c773ae6034a7a4af6caf451e58dfa2b442a.zip
PRSDK-6302: Klocwork fix for Linux
-rw-r--r--src/linux/HwiP_linux.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/linux/HwiP_linux.c b/src/linux/HwiP_linux.c
index 64d3095..ddf2e1e 100644
--- a/src/linux/HwiP_linux.c
+++ b/src/linux/HwiP_linux.c
@@ -38,6 +38,10 @@
38#include <stdlib.h> 38#include <stdlib.h>
39#include <ti/osal/HwiP.h> 39#include <ti/osal/HwiP.h>
40 40
41#ifndef NULL_PTR
42#define NULL_PTR ((void *)0x0)
43#endif
44
41/* 45/*
42 * ======== HwiP_clearInterrupt ======== 46 * ======== HwiP_clearInterrupt ========
43 */ 47 */