.. | .. |
---|
5243 | 5243 | int (*configure_pp_input)(struct atomisp_sub_device *asd, |
---|
5244 | 5244 | unsigned int width, unsigned int height) = |
---|
5245 | 5245 | configure_pp_input_nop; |
---|
5246 | | - u16 stream_index = atomisp_source_pad_to_stream_id(asd, source_pad); |
---|
| 5246 | + u16 stream_index; |
---|
5247 | 5247 | const struct atomisp_in_fmt_conv *fc; |
---|
5248 | 5248 | int ret, i; |
---|
5249 | 5249 | |
---|
.. | .. |
---|
5252 | 5252 | __func__, vdev->name); |
---|
5253 | 5253 | return -EINVAL; |
---|
5254 | 5254 | } |
---|
| 5255 | + stream_index = atomisp_source_pad_to_stream_id(asd, source_pad); |
---|
5255 | 5256 | |
---|
5256 | 5257 | v4l2_fh_init(&fh.vfh, vdev); |
---|
5257 | 5258 | |
---|