diff options
author | Andy Walls <awalls@radix.net> | 2009-11-05 03:13:58 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 21:41:51 +0100 |
commit | c37b11bf17b66b960b217c35283aa9c55eacb292 (patch) | |
tree | e2e805142e89e059342bacdb208a115d5757fcfe /drivers/media/video/cx18/cx18-driver.h | |
parent | V4L/DVB (13426): cx18: Rename struct cx18_mdl to struct cx18_mdl_ent (diff) | |
download | linux-c37b11bf17b66b960b217c35283aa9c55eacb292.tar.xz linux-c37b11bf17b66b960b217c35283aa9c55eacb292.zip |
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 { struct cx18_queue { struct list_head list; - atomic_t buffers; + atomic_t depth; u32 bytesused; spinlock_t lock; }; |