diff options
author | Douglas Schilling Landgraf <dougsland@gmail.com> | 2008-04-22 19:45:33 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 19:07:46 +0200 |
commit | 1c3bf598cf794558694c8beb0c8c7056a81dbe04 (patch) | |
tree | 2a06f27491f9944f395ef94936a8e11e71a2c45a /drivers/media/video/videobuf-dma-sg.c | |
parent | V4L/DVB (7281): v4l: Deadlock in videobuf-core for DQBUF waiting on QBUF (diff) | |
download | linux-1c3bf598cf794558694c8beb0c8c7056a81dbe04.tar.xz linux-1c3bf598cf794558694c8beb0c8c7056a81dbe04.zip |
V4L/DVB (7283): videobuf-dma-sg: Remove unused variable
Removed warning message:
- videobuf-dma-sg.c: In function 'videobuf_dma_unmap':
- videobuf-dma-sg.c:281: warning: unused variable 'dev'
Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/videobuf-dma-sg.c')
-rw-r--r-- | drivers/media/video/videobuf-dma-sg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/videobuf-dma-sg.c b/drivers/media/video/videobuf-dma-sg.c index 6141a13bfc97..717783fa8b3e 100644 --- a/drivers/media/video/videobuf-dma-sg.c +++ b/drivers/media/video/videobuf-dma-sg.c @@ -273,8 +273,6 @@ int videobuf_dma_sync(struct videobuf_queue *q, struct videobuf_dmabuf *dma) int videobuf_dma_unmap(struct videobuf_queue* q,struct videobuf_dmabuf *dma) { - void *dev=q->dev; - MAGIC_CHECK(dma->magic, MAGIC_DMABUF); if (!dma->sglen) return 0; |