Commit 227c6d10 authored by Colin Ian King's avatar Colin Ian King Committed by Tomi Valkeinen
Browse files

drm/omap: fix spelling mistake "propert" -> "property"

parent 35201cc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;