Basically, turn comment into code

Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com>
---
 src/loader/loader.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/loader/loader.c b/src/loader/loader.c
index 3c67f9dc2448a34dbf8e..913b3dcac032b3c9cd0a 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -110,8 +110,7 @@ static char *loader_get_dri_config_device_id(void)
 
 static char *drm_construct_id_path_tag(drmDevicePtr device)
 {
-/* Length of "pci-xxxx_xx_xx_x\0" */
-#define PCI_ID_PATH_TAG_LENGTH 17
+#define PCI_ID_PATH_TAG_LENGTH sizeof("pci-xxxx_xx_xx_x")
    char *tag = NULL;
 
    if (device->bustype == DRM_BUS_PCI) {
-- 
Cheers,
  Eric

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to