aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xf86drm.c')
-rw-r--r--xf86drm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xf86drm.c b/xf86drm.c
index 9b52889e..52add5e4 100644
--- a/xf86drm.c
+++ b/xf86drm.c
@@ -3149,7 +3149,6 @@ int drmGetDevice(int fd, drmDevicePtr *device)
3149 3149
3150 break; 3150 break;
3151 default: 3151 default:
3152 fprintf(stderr, "The subsystem type is not supported yet\n");
3153 continue; 3152 continue;
3154 } 3153 }
3155 3154
@@ -3259,7 +3258,6 @@ int drmGetDevices(drmDevicePtr devices[], int max_devices)
3259 3258
3260 break; 3259 break;
3261 default: 3260 default:
3262 fprintf(stderr, "The subsystem type is not supported yet\n");
3263 continue; 3261 continue;
3264 } 3262 }
3265 3263