drm/omap: fix spelling mistake "propert" -> "property"
There is a spelling mistake in a pr_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200805102015.14891-1-colin.king@canonical.com
This commit is contained in:
parent
35201cc1f8
commit
227c6d109c
@ -781,7 +781,7 @@ static int venc_probe_of(struct venc_device *venc)
|
||||
venc->type = OMAP_DSS_VENC_TYPE_SVIDEO;
|
||||
break;
|
||||
default:
|
||||
dev_err(&venc->pdev->dev, "bad channel propert '%d'\n",
|
||||
dev_err(&venc->pdev->dev, "bad channel property '%d'\n",
|
||||
channels);
|
||||
r = -EINVAL;
|
||||
goto err;
|
||||
|
Loading…
Reference in New Issue
Block a user