[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <168554582187.8247.15042711269697974982.git-patchwork-notify@kernel.org>
Date: Wed, 31 May 2023 15:10:21 +0000
From: patchwork-bot+linux-riscv@...nel.org
To: Alexandre Ghiti <alexghiti@...osinc.com>
Cc: linux-riscv@...ts.infradead.org, paul.walmsley@...ive.com,
palmer@...belt.com, aou@...s.berkeley.edu,
conor.dooley@...rochip.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -fixes] riscv: Fix unused variable warning when BUILTIN_DTB is
set
Hello:
This patch was applied to riscv/linux.git (fixes)
by Palmer Dabbelt <palmer@...osinc.com>:
On Fri, 19 May 2023 15:13:11 +0200 you wrote:
> commit ef69d2559fe9 ("riscv: Move early dtb mapping into the fixmap
> region") wrongly moved the #ifndef CONFIG_BUILTIN_DTB surrounding the pa
> variable definition in create_fdt_early_page_table(), so move it back to
> its right place to quiet the following warning:
>
> ../arch/riscv/mm/init.c: In function ‘create_fdt_early_page_table’:
> ../arch/riscv/mm/init.c:925:12: warning: unused variable ‘pa’ [-Wunused-variable]
> 925 | uintptr_t pa = dtb_pa & ~(PMD_SIZE - 1);
>
> [...]
Here is the summary with links:
- [-fixes] riscv: Fix unused variable warning when BUILTIN_DTB is set
https://git.kernel.org/riscv/c/33d418da6f47
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists