diff options
author | Thierry Reding <treding@nvidia.com> | 2015-07-28 21:28:55 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-08-13 13:47:42 +0200 |
commit | e83dcb5bb610a46d10d2d74a67132a75c49804e6 (patch) | |
tree | c795c8df0b88c7da4f86a85d2b72f2a4a018b76f /drivers/gpu/drm/tegra/dc.c | |
parent | a1df3b24884d5d8946d6cdf44e6d403e3925b4c6 (diff) | |
download | linux-e83dcb5bb610a46d10d2d74a67132a75c49804e6.tar.bz2 |
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/dc.c')
-rw-r--r-- | drivers/gpu/drm/tegra/dc.c | 1 |
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, |