Skip to content
Snippets Groups Projects
Commit f577f7ea authored by Colin Ian King's avatar Colin Ian King Committed by Linus Walleij
Browse files

drm/panel: s6d16d0: fix spelling mistake "enble" -> "enable"

parent ea6b13e9
No related merge requests found
......@@ -96,7 +96,7 @@ static int s6d16d0_prepare(struct drm_panel *panel)
ret = mipi_dsi_dcs_set_tear_on(dsi,
MIPI_DSI_DCS_TEAR_MODE_VBLANK);
if (ret) {
DRM_DEV_ERROR(s6->dev, "failed to enble vblank TE (%d)\n",
DRM_DEV_ERROR(s6->dev, "failed to enable vblank TE (%d)\n",
ret);
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment