aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/au0828/au0828-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/au0828/au0828-video.c b/drivers/media/video/au0828/au0828-video.c
index 8c140c01c5e6..66150216f976 100644
--- a/drivers/media/video/au0828/au0828-video.c
+++ b/drivers/media/video/au0828/au0828-video.c
@@ -1105,7 +1105,7 @@ static int vidioc_enum_input(struct file *file, void *priv,
1105 1105
1106 tmp = input->index; 1106 tmp = input->index;
1107 1107
1108 if (tmp > AU0828_MAX_INPUT) 1108 if (tmp >= AU0828_MAX_INPUT)
1109 return -EINVAL; 1109 return -EINVAL;
1110 if (AUVI_INPUT(tmp).type == 0) 1110 if (AUVI_INPUT(tmp).type == 0)
1111 return -EINVAL; 1111 return -EINVAL;