Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b95031f8 authored by Rom Lemarchand's avatar Rom Lemarchand Committed by android-build-merger
Browse files

Merge "init: skip "name" DT entry"

am: 24e3b8d0

* commit '24e3b8d0':
  init: skip "name" DT entry
parents b31710e7 24e3b8d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ static void process_kernel_dt() {

    struct dirent *dp;
    while ((dp = readdir(dir.get())) != NULL) {
        if (dp->d_type != DT_REG || !strcmp(dp->d_name, "compatible")) {
        if (dp->d_type != DT_REG || !strcmp(dp->d_name, "compatible") || !strcmp(dp->d_name, "name")) {
            continue;
        }