diff options
Diffstat (limited to 'drivers/media/video/cafe_ccic.c')
-rw-r--r-- | drivers/media/video/cafe_ccic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cafe_ccic.c b/drivers/media/video/cafe_ccic.c index ccb37006bb18..b63cab336920 100644 --- a/drivers/media/video/cafe_ccic.c +++ b/drivers/media/video/cafe_ccic.c | |||
@@ -1197,7 +1197,7 @@ static int cafe_setup_siobuf(struct cafe_camera *cam, int index) | |||
1197 | buf->v4lbuf.field = V4L2_FIELD_NONE; | 1197 | buf->v4lbuf.field = V4L2_FIELD_NONE; |
1198 | buf->v4lbuf.memory = V4L2_MEMORY_MMAP; | 1198 | buf->v4lbuf.memory = V4L2_MEMORY_MMAP; |
1199 | /* | 1199 | /* |
1200 | * Offset: must be 32-bit even on a 64-bit system. video-buf | 1200 | * Offset: must be 32-bit even on a 64-bit system. videobuf-dma-sg |
1201 | * just uses the length times the index, but the spec warns | 1201 | * just uses the length times the index, but the spec warns |
1202 | * against doing just that - vma merging problems. So we | 1202 | * against doing just that - vma merging problems. So we |
1203 | * leave a gap between each pair of buffers. | 1203 | * leave a gap between each pair of buffers. |