Skip to content

Commit

Permalink
removing the debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Feb 27, 2024
1 parent 5a73302 commit 0e78c6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/driver/dma_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ size_t dmaAllocBuffers ( struct DmaDevice *dev, struct DmaBufferList *list,

// Streaming buffer type, standard kernel memory
else if ( list->dev->cfgMode & BUFF_STREAM ) {
dev_info(dev->device,"dmaAllocBuffers: BUFF_STREAM\n");
// Allocate consistent memory directly using dma_alloc_coherent
buff->buffAddr = dma_alloc_coherent(list->dev->device, list->dev->cfgSize, &buff->buffHandle, GFP_KERNEL);

// Check for mapping error
Expand Down

0 comments on commit 0e78c6c

Please sign in to comment.