diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-01-23 11:40:19 +0100 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2017-01-23 11:40:19 +0100 |
commit | f19c18408b515c5e33f96893cbe213d9ab30b904 (patch) | |
tree | 59a836c6c4dd36377fce657f4740264d9d7b95fb /driver/aim-v4l2/video.c | |
parent | f3ef1a2aa46088c165d1f3b1844f747d395a4799 (diff) |
update driver packagedab_3.99.1dab/3.99.13.99.1
This patch updates the driver package to v1.4.0-stable.
Change-Id: I8cb5f5287c49ea7fc178816d3713099a6e3079a8
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'driver/aim-v4l2/video.c')
-rw-r--r-- | driver/aim-v4l2/video.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/aim-v4l2/video.c b/driver/aim-v4l2/video.c index 150dc89..e074841 100644 --- a/driver/aim-v4l2/video.c +++ b/driver/aim-v4l2/video.c @@ -369,7 +369,7 @@ static int vidioc_s_input(struct file *file, void *priv, unsigned int index) return 0; } -static struct v4l2_file_operations aim_fops = { +static const struct v4l2_file_operations aim_fops = { .owner = THIS_MODULE, .open = aim_vdev_open, .release = aim_vdev_close, @@ -505,8 +505,8 @@ static int aim_probe_channel(struct most_interface *iface, int channel_idx, } if (ccfg->data_type != MOST_CH_SYNC && - ccfg->data_type != MOST_CH_ISOC_AVP) { - pr_err("wrong channel type, expect sync or isoc_avp\n"); + ccfg->data_type != MOST_CH_ISOC) { + pr_err("wrong channel type, expect sync or isoc\n"); return -EINVAL; } |