diff options
author | Andy Walls <awalls@radix.net> | 2009-11-04 23:13:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 18:41:51 -0200 |
commit | c37b11bf17b66b960b217c35283aa9c55eacb292 (patch) | |
tree | e2e805142e89e059342bacdb208a115d5757fcfe /drivers/media/video/cx18/cx18-driver.h | |
parent | f0076e60b5a61072b671b597ed2cc210f1b3cbf1 (diff) | |
download | op-kernel-dev-c37b11bf17b66b960b217c35283aa9c55eacb292.zip op-kernel-dev-c37b11bf17b66b960b217c35283aa9c55eacb292.tar.gz |
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 c6a1e90..0b182fa 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; }; |