Mesa (master): gbm: remove superfluous/incorrect udev comment

Emil Velikov evelikov at kemper.freedesktop.org
Tue Oct 18 16:29:18 UTC 2016


Module: Mesa
Branch: master
Commit: 0607c5b1b051d32653f9ed91e109c08fbecfb4c1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0607c5b1b051d32653f9ed91e109c08fbecfb4c1

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Sep  7 18:59:08 2016 +0100

gbm: remove superfluous/incorrect udev comment

The gbm_device_get_backend_name() provides an (somewhat) internal name
of the implementation/backend used. Is has nothing to do with the udev,
one cannot and should not attempt to derive the name from it.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Axel Davy <axel.davy at ens.fr>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 src/gbm/main/gbm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c
index b9fb70d..9ef1990 100644
--- a/src/gbm/main/gbm.c
+++ b/src/gbm/main/gbm.c
@@ -55,7 +55,6 @@ gbm_device_get_fd(struct gbm_device *gbm)
    return gbm->fd;
 }
 
-/* FIXME: maybe superfluous, use udev subclass from the fd? */
 /** Get the backend name for the given gbm device
  *
  * \return The backend name string - this belongs to the device and must not




More information about the mesa-commit mailing list