]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commitdiff
FVID2 klocwork fixes for the MISRAC checker code MISRA.FUNC.UNUSEDPAR.2012
authorAsha <x1101668@ti.com>
Fri, 20 Jan 2023 07:11:47 +0000 (12:41 +0530)
committerLikhitha <x1097556@ti.com>
Mon, 23 Jan 2023 17:25:28 +0000 (22:55 +0530)
Signed-off-by: Asha <x1101668@ti.com>
packages/ti/drv/fvid2/src/trace.c

index f75712a7617ebd8798205f8b60e4a76546e79b14..9ad8630958f7f6fe52ca1bd87ce82e9ba0a4ea27 100644 (file)
@@ -445,7 +445,7 @@ void GT_assertLocal(uint32_t    enableMask,
     if (condition == (bool)0)
     {
         GT_3trace(
-            Fvid2Trace, GT_ERR,
+            enableMask, GT_ERR,
             " Assertion @ Line: %d in %s: %s : failed !!!\n",
             lineNum, fileName, str);
         while (loop == 1U)