aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xf86drm.c')
-rw-r--r--xf86drm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86drm.c b/xf86drm.c
index 951edbb7..7e28b4f7 100644
--- a/xf86drm.c
+++ b/xf86drm.c
@@ -3140,7 +3140,7 @@ int drmGetDevice(int fd, drmDevicePtr *device)
3140 break; 3140 break;
3141 default: 3141 default:
3142 fprintf(stderr, "The subsystem type is not supported yet\n"); 3142 fprintf(stderr, "The subsystem type is not supported yet\n");
3143 break; 3143 continue;
3144 } 3144 }
3145 3145
3146 if (i >= max_count) { 3146 if (i >= max_count) {
@@ -3244,7 +3244,7 @@ int drmGetDevices(drmDevicePtr devices[], int max_devices)
3244 break; 3244 break;
3245 default: 3245 default:
3246 fprintf(stderr, "The subsystem type is not supported yet\n"); 3246 fprintf(stderr, "The subsystem type is not supported yet\n");
3247 break; 3247 continue;
3248 } 3248 }
3249 3249
3250 if (i >= max_count) { 3250 if (i >= max_count) {