From d683eb96e248a351fa107438597e5b25b44dc317 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Thu, 23 May 2024 23:29:25 +0000 Subject: [PATCH] Update mei-disable.c --- mei-disable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mei-disable.c b/mei-disable.c index 34eb9ae..c3638a2 100644 --- a/mei-disable.c +++ b/mei-disable.c @@ -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)); }