diff options
-rw-r--r-- | udevinfo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/udevinfo.c b/udevinfo.c index 3fc40faf14..948aaccc36 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -213,9 +213,6 @@ static int stat_device(const char *name) if (stat(name, &statbuf) != 0) return -1; - if (major(statbuf.st_dev) == 0) - return -1; - printf("%d %d\n", major(statbuf.st_dev), minor(statbuf.st_dev)); return 0; } |