diff options
author | Andy Walls <awalls@radix.net> | 2009-11-04 21:13:58 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:51 -0500 |
commit | c37b11bf17b66b960b217c35283aa9c55eacb292 (patch) | |
tree | e2e805142e89e059342bacdb208a115d5757fcfe /drivers/media/video/cx18/cx18-driver.h | |
parent | f0076e60b5a61072b671b597ed2cc210f1b3cbf1 (diff) |
V4L/DVB (13427): cx18: Rename struct cx18_queue.buffers to struct cx18_queue.depth
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index c6a1e907f63a..0b182fa2ad0b 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -285,7 +285,7 @@ struct cx18_buffer { | |||
285 | 285 | ||
286 | struct cx18_queue { | 286 | struct cx18_queue { |
287 | struct list_head list; | 287 | struct list_head list; |
288 | atomic_t buffers; | 288 | atomic_t depth; |
289 | u32 bytesused; | 289 | u32 bytesused; |
290 | spinlock_t lock; | 290 | spinlock_t lock; |
291 | }; | 291 | }; |