diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:31 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:18 -0600 |
| commit | 10cb047b8bf930ff7c9b2fb3c7902b303553c2d3 (patch) | |
| tree | 3ae1d31a5cff43ae7f03804d4bb87da54662f6fd /scripts/dtc/livetree.c | |
| parent | 2cd9466bedec4950d7291efa95f228c5150ee421 (diff) | |
scripts: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'scripts/dtc/livetree.c')
| -rw-r--r-- | scripts/dtc/livetree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dtc/livetree.c b/scripts/dtc/livetree.c index 6e4c367f54b..ba06ef348be 100644 --- a/scripts/dtc/livetree.c +++ b/scripts/dtc/livetree.c @@ -631,7 +631,6 @@ uint32_t guess_boot_cpuid(struct node *tree) if (!cpus) return 0; - bootcpu = cpus->children; if (!bootcpu) return 0; |
