aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
index 9098494ae59c..de5485f506b1 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
@@ -333,7 +333,7 @@ struct pvr2_hdw {
333 333
334 /* Bit mask of PVR2_CVAL_INPUT choices which are valid for the hardware */ 334 /* Bit mask of PVR2_CVAL_INPUT choices which are valid for the hardware */
335 unsigned int input_avail_mask; 335 unsigned int input_avail_mask;
336 /* Bit mask of PVR2_CVAL_INPUT choices which are currenly allowed */ 336 /* Bit mask of PVR2_CVAL_INPUT choices which are currently allowed */
337 unsigned int input_allowed_mask; 337 unsigned int input_allowed_mask;
338 338
339 /* Location of eeprom or a negative number if none */ 339 /* Location of eeprom or a negative number if none */