drm/tegra: Output cleanup functions cannot fail
authorThierry Reding <treding@nvidia.com>
Fri, 19 Dec 2014 14:55:08 +0000 (15:55 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:49 +0000 (10:14 +0100)
commit328ec69e7f9e7192c3f7653a5ec46d6e9a5fe60d
tree3843a5707acfdffd7affd56cc570bba3c757de98
parentea130b240de820559408eba12b00412326af36ec
drm/tegra: Output cleanup functions cannot fail

The tegra_output_exit() and tegra_output_remove() functions cannot fail,
so make them return void.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/dsi.c
drivers/gpu/drm/tegra/hdmi.c
drivers/gpu/drm/tegra/output.c
drivers/gpu/drm/tegra/rgb.c
drivers/gpu/drm/tegra/sor.c