Update mei-disable.c
This commit is contained in:
parent
db3914d3cc
commit
d683eb96e2
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
printf("Opening %s ... ",DEV_NAME[i]);
|
||||
fd = open(DEV_NAME[i], O_RDWR);
|
||||
break;
|
||||
if (fd < 0) {
|
||||
printf("%s\n", strerror(errno));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue