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:
Colin Ian King 2020-10-02 12:16:20 +02:00 committed by Mauro Carvalho Chehab
parent e7531d5625
commit 5e3a81d42e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}