diff options
author | Andy Walls <awalls@radix.net> | 2009-11-05 19:51:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:51 -0500 |
commit | fa655dda5ce6e5ac4a9b94fd451358edca2ddab8 (patch) | |
tree | af569072c8935bf4625ddc3fc195ca7c170174f8 /drivers/media/video/cx18/cx18-driver.h | |
parent | c37b11bf17b66b960b217c35283aa9c55eacb292 (diff) |
V4L/DVB (13428): cx18: Rename mdl_offset to mdl_base_idx or free_mdl_idx as appropriate
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index 0b182fa2ad0b..1a899e0773d7 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -337,7 +337,7 @@ struct cx18_stream { | |||
337 | const char *name; /* name of the stream */ | 337 | const char *name; /* name of the stream */ |
338 | int type; /* stream type */ | 338 | int type; /* stream type */ |
339 | u32 handle; /* task handle */ | 339 | u32 handle; /* task handle */ |
340 | unsigned mdl_offset; | 340 | unsigned int mdl_base_idx; |
341 | 341 | ||
342 | u32 id; | 342 | u32 id; |
343 | unsigned long s_flags; /* status flags, see above */ | 343 | unsigned long s_flags; /* status flags, see above */ |
@@ -514,7 +514,7 @@ struct cx18 { | |||
514 | u16 buffer_id; /* buffer ID counter */ | 514 | u16 buffer_id; /* buffer ID counter */ |
515 | u32 v4l2_cap; /* V4L2 capabilities of card */ | 515 | u32 v4l2_cap; /* V4L2 capabilities of card */ |
516 | u32 hw_flags; /* Hardware description of the board */ | 516 | u32 hw_flags; /* Hardware description of the board */ |
517 | unsigned mdl_offset; | 517 | unsigned int free_mdl_idx; |
518 | struct cx18_scb __iomem *scb; /* pointer to SCB */ | 518 | struct cx18_scb __iomem *scb; /* pointer to SCB */ |
519 | struct mutex epu2apu_mb_lock; /* protect driver to chip mailbox in SCB*/ | 519 | struct mutex epu2apu_mb_lock; /* protect driver to chip mailbox in SCB*/ |
520 | struct mutex epu2cpu_mb_lock; /* protect driver to chip mailbox in SCB*/ | 520 | struct mutex epu2cpu_mb_lock; /* protect driver to chip mailbox in SCB*/ |