View | Details | Raw Unified | Return to bug 252907 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/dahdi/voicebus/GpakApi.c 2021-11-01 12:12:18.582180000 -0500 (-1 / +1 lines)
Lines 1560-1566 Link Here
1560
    if (DspStatus != 0)
1560
    if (DspStatus != 0)
1561
        return (RmmFailure);
1561
        return (RmmFailure);
1562
	for (i = 0; i < MemoryLength_Word16; i++)
1562
    for (i = 0; i < MemoryLength_Word16; i++)
1563
        pDest[i] = (short int) MsgBuffer[2 + i];
1563
        pDest[i] = (short int) MsgBuffer[2 + i];

Return to bug 252907