Removed locks in isReportDesciptorPrepared
This commit is contained in:
@@ -228,9 +228,7 @@ unsigned hidGetNextReportTime( const unsigned id )
|
|||||||
|
|
||||||
unsigned hidIsReportDescriptorPrepared( void )
|
unsigned hidIsReportDescriptorPrepared( void )
|
||||||
{
|
{
|
||||||
hwlock_acquire(hidStaticVarLock);
|
|
||||||
return s_hidReportDescriptorPrepared;
|
return s_hidReportDescriptorPrepared;
|
||||||
hwlock_release(hidStaticVarLock);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char* hidGetReportDescriptor( void )
|
unsigned char* hidGetReportDescriptor( void )
|
||||||
|
|||||||
Reference in New Issue
Block a user