Explorar o código

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>
Thierry Reding %!s(int64=10) %!d(string=hai) anos
pai
achega
e83dcb5bb6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/gpu/drm/tegra/dc.c

+ 0 - 1
drivers/gpu/drm/tegra/dc.c

@@ -759,7 +759,6 @@ static void tegra_cursor_atomic_update(struct drm_plane *plane,
 	/* position the cursor */
 	/* position the cursor */
 	value = (state->crtc_y & 0x3fff) << 16 | (state->crtc_x & 0x3fff);
 	value = (state->crtc_y & 0x3fff) << 16 | (state->crtc_x & 0x3fff);
 	tegra_dc_writel(dc, value, DC_DISP_CURSOR_POSITION);
 	tegra_dc_writel(dc, value, DC_DISP_CURSOR_POSITION);
-
 }
 }
 
 
 static void tegra_cursor_atomic_disable(struct drm_plane *plane,
 static void tegra_cursor_atomic_disable(struct drm_plane *plane,