[PATCH 1/1] drm: Fix comment about drm_exit which has been replaced by drm_platform_exit in 2.6.39
Philippe De Swert
philippe.deswert at jollamobile.com
Mon Jan 7 06:10:47 PST 2013
Trivial comment fix. Since drm_exit() was removed in 2.6.39 (commit 8410ea3b ). As such the comment
is incorrect. drm_put_dev() is now called from drm_platform_exit() or when the pci device is "unplugged".
Signed-off-by: Philippe De Swert <philippe.deswert at jollamobile.com>
---
drivers/gpu/drm/drm_stub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c
index 200e104..b39f591 100644
--- a/drivers/gpu/drm/drm_stub.c
+++ b/drivers/gpu/drm/drm_stub.c
@@ -445,7 +445,7 @@ static void drm_unplug_minor(struct drm_minor *minor)
}
/**
- * Called via drm_exit() at module unload time or when pci device is
+ * Called via drm_platform_exit() at module unload time or when pci device is
* unplugged.
*
* Cleans up all DRM device, calling drm_lastclose().
--
1.7.9.5
More information about the dri-devel
mailing list