Removed locks in isReportDesciptorPrepared

This commit is contained in:
Angel Cascarino
2022-01-04 14:19:54 +00:00
parent 55de7a8abd
commit cd0248c162

View File

@@ -228,9 +228,7 @@ unsigned hidGetNextReportTime( const unsigned id )
unsigned hidIsReportDescriptorPrepared( void )
{
hwlock_acquire(hidStaticVarLock);
return s_hidReportDescriptorPrepared;
hwlock_release(hidStaticVarLock);
}
unsigned char* hidGetReportDescriptor( void )