summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-07-28 22:28:55 +0300
committerThierry Reding <treding@nvidia.com>2015-08-13 14:47:42 +0300
commite83dcb5bb610a46d10d2d74a67132a75c49804e6 (patch)
treec795c8df0b88c7da4f86a85d2b72f2a4a018b76f /drivers/gpu/drm/tegra
parenta1df3b24884d5d8946d6cdf44e6d403e3925b4c6 (diff)
downloadlinux-e83dcb5bb610a46d10d2d74a67132a75c49804e6.tar.xz
drm/tegra: dc: Remove gratuituous blank line
Blank lines at the end of functions are hideous, so get rid of it. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra')
-rw-r--r--drivers/gpu/drm/tegra/dc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c
index 6b1dc02f98ef..42a94dc75438 100644
--- a/drivers/gpu/drm/tegra/dc.c
+++ b/drivers/gpu/drm/tegra/dc.c
@@ -759,7 +759,6 @@ static void tegra_cursor_atomic_update(struct drm_plane *plane,
/* position the cursor */
value = (state->crtc_y & 0x3fff) << 16 | (state->crtc_x & 0x3fff);
tegra_dc_writel(dc, value, DC_DISP_CURSOR_POSITION);
-
}
static void tegra_cursor_atomic_disable(struct drm_plane *plane,