diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-hdw.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.h b/drivers/media/video/pvrusb2/pvrusb2-hdw.h index dc7a3ba8dd18..e6df8e4a7fe0 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.h +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.h | |||
@@ -222,7 +222,7 @@ void pvr2_hdw_v4l_store_minor_number(struct pvr2_hdw *, | |||
222 | setFl - true to set the register, false to read it | 222 | setFl - true to set the register, false to read it |
223 | val_ptr - storage location for source / result. */ | 223 | val_ptr - storage location for source / result. */ |
224 | int pvr2_hdw_register_access(struct pvr2_hdw *, | 224 | int pvr2_hdw_register_access(struct pvr2_hdw *, |
225 | u32 chip_id,unsigned long reg_id, | 225 | u32 chip_id,u32 reg_id, |
226 | int setFl,u32 *val_ptr); | 226 | int setFl,u32 *val_ptr); |
227 | 227 | ||
228 | /* The following entry points are all lower level things you normally don't | 228 | /* The following entry points are all lower level things you normally don't |