media: zoran: fix spelling mistake and make error message more meaningful
There is a spelling mistake in a pci_err error message. Fix this and make the error message a little more meaningful. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
e7531d5625
commit
5e3a81d42e
|
@ -666,7 +666,7 @@ static int zoran_g_selection(struct file *file, void *__fh, struct v4l2_selectio
|
|||
|
||||
if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
|
||||
sel->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) {
|
||||
pci_err(zr->pci_dev, "%s invalid combinaison\n", __func__);
|
||||
pci_err(zr->pci_dev, "%s invalid selection type combination\n", __func__);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue