We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3c8bd5 + 87584b0 commit 16b14c1Copy full SHA for 16b14c1
1 file changed
common/source/host/mmd_dma.cpp
@@ -265,7 +265,6 @@ void mmd_dma::read_register(uint64_t offset, const char* name)
265
* it won't affect performance or functionality
266
*/
267
int mmd_dma::send_descriptors(uint64_t dma_src_addr, uint64_t dma_dst_addr, uint64_t dma_len) {
268
-
269
std::lock_guard<std::mutex> lock(m_dma_op_mutex);
270
271
#if 0
0 commit comments