public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/tegra: fix typo 'CONFIG_TEGRA_DRM_FBDEV'
@ 2014-02-09 13:01 Paul Bolle
  2014-02-12 10:13 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2014-02-09 13:01 UTC (permalink / raw)
  To: Thierry Reding, Terje Bergström, David Airlie,
	Stephen Warren
  Cc: dri-devel, linux-tegra, linux-kernel

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Entirely untested. But it's clear that this is what was intended.

 drivers/gpu/drm/tegra/drm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c
index 88a5290..c715947 100644
--- a/drivers/gpu/drm/tegra/drm.c
+++ b/drivers/gpu/drm/tegra/drm.c
@@ -104,7 +104,7 @@ static void tegra_drm_context_free(struct tegra_drm_context *context)
 
 static void tegra_drm_lastclose(struct drm_device *drm)
 {
-#ifdef CONFIG_TEGRA_DRM_FBDEV
+#ifdef CONFIG_DRM_TEGRA_FBDEV
 	struct tegra_drm *tegra = drm->dev_private;
 
 	tegra_fbdev_restore_mode(tegra->fbdev);
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-12 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-09 13:01 [PATCH] drm/tegra: fix typo 'CONFIG_TEGRA_DRM_FBDEV' Paul Bolle
2014-02-12 10:13 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox