Don't give up just because we cant find the blkdev that corresponds

to the name given as a chardev.
This commit is contained in:
Poul-Henning Kamp 1996-10-27 18:28:39 +00:00
parent 8c372bd8a2
commit c85a5ef04c
4 changed files with 12 additions and 8 deletions

View File

@ -341,8 +341,9 @@ retry:
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *

View File

@ -341,8 +341,9 @@ retry:
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *

View File

@ -341,8 +341,9 @@ retry:
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *

View File

@ -341,8 +341,9 @@ retry:
retried++;
goto retry;
}
printf("Can't make sense out of name %s\n", name);
return (0);
printf("Warning: Can't find blockdevice corresponding to name %s\n",
name);
return (name);
}
char *