Silence runtime complaints on platform devices

glxgears was spamming this 12 times at startup because of Mesa's
probing of the DRM device code, which doesn't support platform
devices.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
main
Eric Anholt 2016-10-21 10:09:47 -07:00
parent 677cd97dc4
commit 2d8c01f256
1 changed files with 0 additions and 2 deletions

View File

@ -3149,7 +3149,6 @@ int drmGetDevice(int fd, drmDevicePtr *device)
break;
default:
fprintf(stderr, "The subsystem type is not supported yet\n");
continue;
}
@ -3259,7 +3258,6 @@ int drmGetDevices(drmDevicePtr devices[], int max_devices)
break;
default:
fprintf(stderr, "The subsystem type is not supported yet\n");
continue;
}