aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h
index a40f84588cd6..7b6940554e9a 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h
@@ -239,8 +239,7 @@ void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *,
239 enum pvr2_v4l_type index,int); 239 enum pvr2_v4l_type index,int);
240 240
241/* Direct read/write access to chip's registers: 241/* Direct read/write access to chip's registers:
242 match_type - how to interpret match_chip (e.g. driver ID, i2c address) 242 match - specify criteria to identify target chip (this is a v4l dbg struct)
243 match_chip - chip match value (e.g. I2C_DRIVERD_xxxx)
244 reg_id - register number to access 243 reg_id - register number to access
245 setFl - true to set the register, false to read it 244 setFl - true to set the register, false to read it
246 val_ptr - storage location for source / result. */ 245 val_ptr - storage location for source / result. */