diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-encoder.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-encoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/drivers/media/video/pvrusb2/pvrusb2-encoder.c index 52b39954f990..64062879981e 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-encoder.c +++ b/drivers/media/video/pvrusb2/pvrusb2-encoder.c | |||
@@ -140,7 +140,7 @@ static int pvr2_encoder_read_words(struct pvr2_hdw *hdw, | |||
140 | cx2341x.ko to write to our encoder (by handing it a pointer to this | 140 | cx2341x.ko to write to our encoder (by handing it a pointer to this |
141 | function). For earlier kernels this doesn't really matter. */ | 141 | function). For earlier kernels this doesn't really matter. */ |
142 | static int pvr2_encoder_cmd(void *ctxt, | 142 | static int pvr2_encoder_cmd(void *ctxt, |
143 | int cmd, | 143 | u32 cmd, |
144 | int arg_cnt_send, | 144 | int arg_cnt_send, |
145 | int arg_cnt_recv, | 145 | int arg_cnt_recv, |
146 | u32 *argp) | 146 | u32 *argp) |