]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/sun4i: tcon: Make tcon_get_clk_delay mode argument const
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 17 Oct 2017 09:06:11 +0000 (11:06 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 17 Oct 2017 17:49:12 +0000 (19:49 +0200)
commit961c645cf00c8be82b05ad10068179a86fdbc181
treeb6610dbe3c9bc626930ea90bbbfe615c7d495e91
parentabcb8766b32d277859163e4da585f76f10d998f1
drm/sun4i: tcon: Make tcon_get_clk_delay mode argument const

The drm_display_mode pointer can be mark const, so let's do it.

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Link: https://patchwork.freedesktop.org/patch/msgid/e6f92f126640aa6de639386f9b4677db3d8bb37b.1508231063.git-series.maxime.ripard@free-electrons.com
drivers/gpu/drm/sun4i/sun4i_tcon.c