summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 3662c05)
raw | patch | inline | side by side (from parent 1: 3662c05)
author | Sundaram Raju <sundaram@ti.com> | |
Tue, 5 Oct 2010 10:42:58 +0000 (16:12 +0530) | ||
committer | Sundaram Raju <sundaram@ti.com> | |
Tue, 5 Oct 2010 10:42:58 +0000 (16:12 +0530) |
- Refer to IR# SDOCM00074466 for more details
Signed-off-by: Sundaram Raju <sundaram@ti.com>
Signed-off-by: Sundaram Raju <sundaram@ti.com>
packages/ti/sdo/edma3/rm/src/edma3resmgr.c | patch | blob | history |
diff --git a/packages/ti/sdo/edma3/rm/src/edma3resmgr.c b/packages/ti/sdo/edma3/rm/src/edma3resmgr.c
index 87872e847d466ed80f316ab1b9642315b318c23d..8edab241f010c27cc9ca013e8882df0c9a1463bc 100755 (executable)
#ifdef GENERIC
/* GENERIC libraries don't come with a default confifguration, always
needs to be supplied with a parameter */
- if ((initParam == NULL) || (initParam->rmInstInitConfig))
+ if ((initParam == NULL) || (initParam->rmInstInitConfig == NULL))
{
result = EDMA3_RM_E_INVALID_PARAM;
}