[PATCH 20/36] drm/tegra: Output cleanup functions cannot fail

2015-01-20 Thread Thierry Reding
From: Thierry Reding The tegra_output_exit() and tegra_output_remove() functions cannot fail, so make them return void. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/drm.h| 4 ++-- drivers/gpu/drm/tegra/dsi.c| 6 +- drivers/gpu/drm/tegra/hdmi.c | 6 +-

[PATCH 20/36] drm/tegra: Output cleanup functions cannot fail

2015-01-20 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com The tegra_output_exit() and tegra_output_remove() functions cannot fail, so make them return void. Signed-off-by: Thierry Reding tred...@nvidia.com --- drivers/gpu/drm/tegra/drm.h| 4 ++-- drivers/gpu/drm/tegra/dsi.c| 6 +-