Remove redundant epicsMutexUnlock that causes thread suspension.

This commit is contained in:
sluiter
2016-05-25 14:22:19 -05:00
parent 81b15c09bb
commit 316760fbe9
-1
View File
@@ -412,7 +412,6 @@ static int motorAxisSetInteger(AXIS_HDL pAxis, motorAxisParam_t function, int va
if (ret_status != asynSuccess || inputBuff[0] != ASCII_ACK_CHAR)
{
motorParam->setInteger(pAxis->params, motorAxisCommError, 1);
epicsMutexUnlock(pAxis->mutexId);
break;
}