Navigation Menu

Skip to content

Commit

Permalink
util: fix map_buffer() warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
  • Loading branch information
Felipe Contreras committed Feb 14, 2012
1 parent 05d2230 commit 2274a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.c
Expand Up @@ -70,7 +70,7 @@ bool gstdsp_map_buffer(void *self,
buf->data,
(size_t)buf->data % alignment,
buf->data + buf->size,
(size_t)buf->data + buf->size % alignment,
(size_t)(buf->data + buf->size) % alignment,
dma_dir_to_str(b->dir));
}

Expand Down

0 comments on commit 2274a49

Please sign in to comment.