]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blobdiff - examples/edma3_driver/src/main.c
Added Vayu support in edma3lld
[keystone-rtos/edma3_lld.git] / examples / edma3_driver / src / main.c
index e3db65674305919a5a9c901f3a8177d8004d4543..1be466a6b4316c6cda44aceabbc998e53a495c5e 100644 (file)
@@ -307,7 +307,8 @@ EDMA3_DRV_Result edma3MemToMemCpytest (EDMA3_DRV_Handle hEdma)
 
     if (hEdma == NULL)
         {
-        result = EDMA3_DRV_E_INVALID_PARAM;
+        //result = EDMA3_DRV_E_INVALID_PARAM;
+               return result;
         }
 
     /* Edma test without linking, async, incr mode */