Skip to content

Commit c882c2b

Browse files
0xXADhineshCool
authored andcommitted
dtc: reduce spam
this reduce the spam due to dtc Change-Id: Ibb0216076851a3434a94a7e426246344f5a1eeef
1 parent 7ad9e3a commit c882c2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/dtc/dtc.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,10 @@ int main(int argc, char *argv[])
241241
}
242242
}
243243

244+
while (!quiet) {
245+
quiet++;
246+
}
247+
244248
if (argc > (optind+1))
245249
usage("missing files");
246250
else if (argc < (optind+1))

0 commit comments

Comments
 (0)